ReactOS 0.4.16-dev-340-g0540c21
|
#include <msgqueue.h>
Definition at line 20 of file msgqueue.h.
SENDASYNCPROC _USER_SENT_MESSAGE::CompletionCallback |
Definition at line 30 of file msgqueue.h.
ULONG_PTR _USER_SENT_MESSAGE::CompletionCallbackContext |
Definition at line 32 of file msgqueue.h.
KEVENT _USER_SENT_MESSAGE::CompletionEvent |
Definition at line 35 of file msgqueue.h.
DWORD _USER_SENT_MESSAGE::flags |
Definition at line 27 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs().
BOOL _USER_SENT_MESSAGE::HasPackedLParam |
Definition at line 34 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().
INT _USER_SENT_MESSAGE::HookMessage |
Definition at line 33 of file msgqueue.h.
LIST_ENTRY _USER_SENT_MESSAGE::ListEntry |
Definition at line 22 of file msgqueue.h.
LRESULT _USER_SENT_MESSAGE::lResult |
Definition at line 26 of file msgqueue.h.
MSG _USER_SENT_MESSAGE::Msg |
Definition at line 23 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().
PKEVENT _USER_SENT_MESSAGE::pkCompletionEvent |
Definition at line 25 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().
PTHREADINFO _USER_SENT_MESSAGE::ptiCallBackSender |
Definition at line 31 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs().
PTHREADINFO _USER_SENT_MESSAGE::ptiReceiver |
Definition at line 29 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs().
PTHREADINFO _USER_SENT_MESSAGE::ptiSender |
Definition at line 28 of file msgqueue.h.
Referenced by MsqCleanupThreadMsgs().
DWORD _USER_SENT_MESSAGE::QS_Flags |
Definition at line 24 of file msgqueue.h.
Referenced by MsqRemoveWindowMessagesFromQueue().