ReactOS 0.4.15-dev-7788-g1ad9096
_USER_API_MESSAGE Struct Reference

#include <winmsg.h>

Collaboration diagram for _USER_API_MESSAGE:

Public Attributes

PORT_MESSAGE Header
 
PCSR_CAPTURE_BUFFER CsrCaptureData
 
CSR_API_NUMBER ApiNumber
 
NTSTATUS Status
 
ULONG Reserved
 
union {
   USER_EXIT_REACTOS   ExitReactOSRequest
 
   USER_END_TASK   EndTaskRequest
 
   USER_LOGON   LogonRequest
 
   USER_GET_THREAD_CONSOLE_DESKTOP   GetThreadConsoleDesktopRequest
 
   USER_REGISTER_SERVICES_PROCESS   RegisterServicesProcessRequest
 
   USER_REGISTER_LOGON_PROCESS   RegisterLogonProcessRequest
 
   USER_CREATE_SYSTEM_THREAD   CreateSystemThreadRequest
 
   USER_DEVICE_EVENT_MSG   DeviceEventMsg
 
Data
 

Detailed Description

Definition at line 98 of file winmsg.h.

Member Data Documentation

◆ ApiNumber

CSR_API_NUMBER _USER_API_MESSAGE::ApiNumber

Definition at line 103 of file winmsg.h.

◆ CreateSystemThreadRequest

USER_CREATE_SYSTEM_THREAD _USER_API_MESSAGE::CreateSystemThreadRequest

Definition at line 114 of file winmsg.h.

Referenced by UserCreateSystemThread().

◆ CsrCaptureData

PCSR_CAPTURE_BUFFER _USER_API_MESSAGE::CsrCaptureData

Definition at line 102 of file winmsg.h.

◆ 

◆ DeviceEventMsg

USER_DEVICE_EVENT_MSG _USER_API_MESSAGE::DeviceEventMsg

Definition at line 115 of file winmsg.h.

Referenced by DeviceEventWorker().

◆ EndTaskRequest

USER_END_TASK _USER_API_MESSAGE::EndTaskRequest

Definition at line 109 of file winmsg.h.

Referenced by EndTask().

◆ ExitReactOSRequest

USER_EXIT_REACTOS _USER_API_MESSAGE::ExitReactOSRequest

Definition at line 108 of file winmsg.h.

Referenced by ExitWindowsWorker().

◆ GetThreadConsoleDesktopRequest

USER_GET_THREAD_CONSOLE_DESKTOP _USER_API_MESSAGE::GetThreadConsoleDesktopRequest

Definition at line 111 of file winmsg.h.

Referenced by GetThreadDesktop().

◆ Header

PORT_MESSAGE _USER_API_MESSAGE::Header

Definition at line 100 of file winmsg.h.

◆ LogonRequest

USER_LOGON _USER_API_MESSAGE::LogonRequest

Definition at line 110 of file winmsg.h.

Referenced by Logon().

◆ RegisterLogonProcessRequest

USER_REGISTER_LOGON_PROCESS _USER_API_MESSAGE::RegisterLogonProcessRequest

Definition at line 113 of file winmsg.h.

Referenced by RegisterLogonProcess().

◆ RegisterServicesProcessRequest

USER_REGISTER_SERVICES_PROCESS _USER_API_MESSAGE::RegisterServicesProcessRequest

Definition at line 112 of file winmsg.h.

Referenced by RegisterServicesProcess().

◆ Reserved

ULONG _USER_API_MESSAGE::Reserved

Definition at line 105 of file winmsg.h.

◆ Status


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