ReactOS 0.4.16-dev-306-g647d351
|
#include <msgqueue.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
MSG | Msg |
DWORD | QS_Flags |
LONG_PTR | ExtraInfo |
DWORD | dwQEvent |
PTHREADINFO | pti |
Definition at line 8 of file msgqueue.h.
DWORD _USER_MESSAGE::dwQEvent |
Definition at line 14 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs(), and MsqPeekMessage().
LONG_PTR _USER_MESSAGE::ExtraInfo |
Definition at line 13 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs(), and MsqPeekMessage().
LIST_ENTRY _USER_MESSAGE::ListEntry |
Definition at line 10 of file msgqueue.h.
MSG _USER_MESSAGE::Msg |
Definition at line 11 of file msgqueue.h.
Referenced by MsqPeekMessage(), and MsqRemoveWindowMessagesFromQueue().
PTHREADINFO _USER_MESSAGE::pti |
Definition at line 15 of file msgqueue.h.
Referenced by MsqPeekMessage().
DWORD _USER_MESSAGE::QS_Flags |
Definition at line 12 of file msgqueue.h.
Referenced by MsqPeekMessage(), and MsqRemoveWindowMessagesFromQueue().