CloseMsgQueue
9/8/2008
Essa função fecha um atualmente aberto fila de mensagens.
Syntax
BOOL CloseMsgQueue(
HANDLE hMsgQ
);
Parameters
- hMsgQ
[no] Identificador para um aberto 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
CreateMsgQueue
GetMsgQueueInfo
MSGQUEUEINFO
MSGQUEUEOPTIONS
OpenMsgQueue
ReadMsgQueue
ReadMsgQueueEx
WriteMsgQueue