Share via


GetMsgQueueInfo

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função retorna informações sobre um fila de mensagens.

Syntax

BOOL GetMsgQueueInfo(
  HANDLE hMsgQ,
  LPMSGQUEUEINFO lpInfo
);

Parameters

  • hMsgQ
    [no] Identificador para um aberto fila de mensagens.
  • lpInfo
    [out] Ponteiro para uma estrutura MSGQUEUEINFO que retorna informações sobre o fila de mensagens.

Return Value

TRUE indica sucesso. FALSE indica falha. Para obter informações de erro estendidas, chamar a função GetLastError.

Requirements

Header msgqueue.h
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Message Queue Point-to-Point Functions
CloseMsgQueue
CreateMsgQueue
MSGQUEUEINFO
MSGQUEUEOPTIONS
OpenMsgQueue
ReadMsgQueue
ReadMsgQueueEx
WriteMsgQueue

Other Resources

Message Queue Point-to-Point