Write it at the front
This series is my word by word code , Including examples and experimental screenshots . Due to the complexity of the system kernel , Therefore, there may be errors or incompleteness , If there is a mistake , Welcome criticism and correction , This tutorial will be updated for a long time . If you have good advice , Welcome to feedback . It's not easy to code words , If this article helps you , If you have spare money , You can reward and support my creation . If you want to reprint , Please attach my reprint information to the back of the article , And declare my personal information and my blog address , but I must be informed in advance .
If you look from the middle , Please read... Carefully Yu xiakan Win system kernel —— sketch , Easy to learn this tutorial .
Before viewing this tutorial , Ask a few questions , Have you prepared the basic knowledge ? Have you learned the chapter on protection mode ? Have you finished the exercise ? If not, don't continue .
Gorgeous dividing line
Message mechanism , Did you learn Win32
People who program graphical interfaces should have heard of or used message processing API
, Then how do they achieve it ? This chapter will introduce , The following are the subdirectories of this chapter .
Subdirectory of this article
- Message mechanism —— sketch ( This article will introduce )
- Message mechanism —— First knowledge of messages and message queues
- Message mechanism —— Message processing
- Message mechanism —— Summary and promotion
sketch
Before learning this chapter , It's better to have Win32
Knowledge related to graphical interface programming . Must have APC
And pre knowledge of system calls and process threads . What's the news ? What is the message mechanism ? How it is achieved ? How to deal with messages ? How to send messages ? What is a form handle ? This chapter will discuss these problems .
Next
Message mechanism —— First knowledge of messages and message queues