Using windows message queuing?

Windows specific forum
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Using windows message queuing?

Post by jassing »

I'm helping a friend with an addon; part of the spec says we need to use peekmessage() and postmessage() api's.

Is this pretty straight forward, or are there any gotcha's to watch out for? I know we need to use peekmessage before getmessage() to avoid stepping on PB's message queue; but anything else?