Q
Hi I get to know PostThreadMessage. For this function
The thread to which the message is posted must have created a message
queue, or else the call to PostThreadMessage fails.
Now I am thinking of writing this kind of program in C++
Does anyone have some tutorial for this message queue, and how does it
work?
Thanks a lot!
The thread to which the message is posted must have created a message
queue, or else the call to PostThreadMessage fails.
Now I am thinking of writing this kind of program in C++
Does anyone have some tutorial for this message queue, and how does it
work?
Thanks a lot!