kkbehera
kkbehera

Reputation:

GetMessage() ,for reading message from message queue

I am using PostThreadMessage() & GetMessage() for sending data to the queue and reading data from the queue.But i want to check whether that data is in queue or not.can u tell how it will possible to check that which i was sending by PostThreadMessage().

Upvotes: 0

Views: 302

Answers (1)

Dewfy
Dewfy

Reputation: 23644

Look at PeekMessage with flag PM_NOREMOVE

Upvotes: 2

Related Questions