GetMsgQueueInfo (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.