GetMsgQueueInfo
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function returns information about a message queue.
BOOL GetMsgQueueInfo( HANDLE hMsgQ, LPMSGQUEUEINFO lpInfo );
- hMsgQ
-
[in] Handle to an open message queue.
- lpInfo
-
[out] Pointer to an MSGQUEUEINFO structure that returns information about the message queue.
TRUE indicates success. FALSE indicates failure. To obtain extended error information, call the GetLastError function.