Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function returns information about a message queue.
BOOL GetMsgQueueInfo(HANDLEhMsgQ,LPMSGQUEUEINFO lpInfo);
Parameters
- hMsgQ
[in] Handle to an open message queue. - lpInfo
[out] Pointer to an MSGQUEUEINFO structure that returns information about the message queue.
Return Values
Returns TRUE if the operation succeeds; otherwise, returns FALSE. To obtain extended error information, call the GetLastError function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msgqueue.h.
Link Library: Coredll.lib.
See Also
Message Queue Point-to-Point | CloseMsgQueue | CreateMsgQueue | MSGQUEUEINFO | MSGQUEUEOPTIONS | OpenMsgQueue | ReadMsgQueue | WriteMsgQueue
Send Feedback on this topic to the authors