ReactOS 0.4.15-dev-7788-g1ad9096
_DBGKM_MSG Struct Reference

#include <dbgktypes.h>

Collaboration diagram for _DBGKM_MSG:

Public Attributes

PORT_MESSAGE h
 
DBGKM_APINUMBER ApiNumber
 
NTSTATUS ReturnedStatus
 
union {
   DBGKM_EXCEPTION   Exception
 
   DBGKM_CREATE_THREAD   CreateThread
 
   DBGKM_CREATE_PROCESS   CreateProcess
 
   DBGKM_EXIT_THREAD   ExitThread
 
   DBGKM_EXIT_PROCESS   ExitProcess
 
   DBGKM_LOAD_DLL   LoadDll
 
   DBGKM_UNLOAD_DLL   UnloadDll
 
}; 
 

Detailed Description

Definition at line 206 of file dbgktypes.h.

Member Data Documentation

◆ 

union { ... } _DBGKM_MSG::@2408

◆ ApiNumber

◆ CreateProcess

DBGKM_CREATE_PROCESS _DBGKM_MSG::CreateProcess

Definition at line 215 of file dbgktypes.h.

Referenced by DbgkCreateThread(), and DbgkpPostFakeThreadMessages().

◆ CreateThread

DBGKM_CREATE_THREAD _DBGKM_MSG::CreateThread

Definition at line 214 of file dbgktypes.h.

Referenced by DbgkCreateThread(), and DbgkpPostFakeThreadMessages().

◆ Exception

DBGKM_EXCEPTION _DBGKM_MSG::Exception

Definition at line 213 of file dbgktypes.h.

Referenced by DbgkForwardException().

◆ ExitProcess

DBGKM_EXIT_PROCESS _DBGKM_MSG::ExitProcess

Definition at line 217 of file dbgktypes.h.

Referenced by DbgkExitProcess().

◆ ExitThread

DBGKM_EXIT_THREAD _DBGKM_MSG::ExitThread

Definition at line 216 of file dbgktypes.h.

Referenced by DbgkExitThread().

◆ h

◆ LoadDll

DBGKM_LOAD_DLL _DBGKM_MSG::LoadDll

◆ ReturnedStatus

NTSTATUS _DBGKM_MSG::ReturnedStatus

Definition at line 210 of file dbgktypes.h.

Referenced by CsrApiRequestThread(), and DbgkForwardException().

◆ UnloadDll

DBGKM_UNLOAD_DLL _DBGKM_MSG::UnloadDll

Definition at line 219 of file dbgktypes.h.

Referenced by DbgkUnMapViewOfSection().


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