ReactOS 0.4.15-dev-7788-g1ad9096
_USER_SENT_MESSAGE Struct Reference

#include <msgqueue.h>

Collaboration diagram for _USER_SENT_MESSAGE:

Public Attributes

LIST_ENTRY ListEntry
 
MSG Msg
 
DWORD QS_Flags
 
PKEVENT pkCompletionEvent
 
LRESULT lResult
 
DWORD flags
 
PTHREADINFO ptiSender
 
PTHREADINFO ptiReceiver
 
SENDASYNCPROC CompletionCallback
 
PTHREADINFO ptiCallBackSender
 
ULONG_PTR CompletionCallbackContext
 
INT HookMessage
 
BOOL HasPackedLParam
 
KEVENT CompletionEvent
 

Detailed Description

Definition at line 20 of file msgqueue.h.

Member Data Documentation

◆ CompletionCallback

SENDASYNCPROC _USER_SENT_MESSAGE::CompletionCallback

Definition at line 30 of file msgqueue.h.

◆ CompletionCallbackContext

ULONG_PTR _USER_SENT_MESSAGE::CompletionCallbackContext

Definition at line 32 of file msgqueue.h.

◆ CompletionEvent

KEVENT _USER_SENT_MESSAGE::CompletionEvent

Definition at line 35 of file msgqueue.h.

◆ flags

DWORD _USER_SENT_MESSAGE::flags

Definition at line 27 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs().

◆ HasPackedLParam

BOOL _USER_SENT_MESSAGE::HasPackedLParam

Definition at line 34 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().

◆ HookMessage

INT _USER_SENT_MESSAGE::HookMessage

Definition at line 33 of file msgqueue.h.

◆ ListEntry

LIST_ENTRY _USER_SENT_MESSAGE::ListEntry

Definition at line 22 of file msgqueue.h.

◆ lResult

LRESULT _USER_SENT_MESSAGE::lResult

Definition at line 26 of file msgqueue.h.

◆ Msg

MSG _USER_SENT_MESSAGE::Msg

Definition at line 23 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().

◆ pkCompletionEvent

PKEVENT _USER_SENT_MESSAGE::pkCompletionEvent

Definition at line 25 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs(), and MsqRemoveWindowMessagesFromQueue().

◆ ptiCallBackSender

PTHREADINFO _USER_SENT_MESSAGE::ptiCallBackSender

Definition at line 31 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs().

◆ ptiReceiver

PTHREADINFO _USER_SENT_MESSAGE::ptiReceiver

Definition at line 29 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs().

◆ ptiSender

PTHREADINFO _USER_SENT_MESSAGE::ptiSender

Definition at line 28 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs().

◆ QS_Flags

DWORD _USER_SENT_MESSAGE::QS_Flags

Definition at line 24 of file msgqueue.h.

Referenced by MsqRemoveWindowMessagesFromQueue().


The documentation for this struct was generated from the following file: