ReactOS 0.4.15-dev-7958-gcd0bb1a
_USER_MESSAGE Struct Reference

#include <msgqueue.h>

Collaboration diagram for _USER_MESSAGE:

Public Attributes

LIST_ENTRY ListEntry
 
MSG Msg
 
DWORD QS_Flags
 
LONG_PTR ExtraInfo
 
DWORD dwQEvent
 
PTHREADINFO pti
 

Detailed Description

Definition at line 8 of file msgqueue.h.

Member Data Documentation

◆ dwQEvent

DWORD _USER_MESSAGE::dwQEvent

Definition at line 14 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs(), and MsqPeekMessage().

◆ ExtraInfo

LONG_PTR _USER_MESSAGE::ExtraInfo

Definition at line 13 of file msgqueue.h.

Referenced by MsqCleanupThreadMsgs(), and MsqPeekMessage().

◆ ListEntry

LIST_ENTRY _USER_MESSAGE::ListEntry

Definition at line 10 of file msgqueue.h.

◆ Msg

MSG _USER_MESSAGE::Msg

Definition at line 11 of file msgqueue.h.

Referenced by MsqPeekMessage(), and MsqRemoveWindowMessagesFromQueue().

◆ pti

PTHREADINFO _USER_MESSAGE::pti

Definition at line 15 of file msgqueue.h.

Referenced by MsqPeekMessage().

◆ QS_Flags

DWORD _USER_MESSAGE::QS_Flags

Definition at line 12 of file msgqueue.h.

Referenced by MsqPeekMessage(), and MsqRemoveWindowMessagesFromQueue().


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