ReactOS 0.4.15-dev-8002-gbbb3b00
_DEBUG_OBJECT Struct Reference

#include <dbgktypes.h>

Collaboration diagram for _DEBUG_OBJECT:

Public Attributes

KEVENT EventsPresent
 
FAST_MUTEX Mutex
 
LIST_ENTRY EventList
 
union {
   ULONG   Flags
 
   struct {
      UCHAR   DebuggerInactive:1
 
      UCHAR   KillProcessOnExit:1
 
   } 
 
}; 
 

Detailed Description

Definition at line 90 of file dbgktypes.h.

Member Data Documentation

◆ 

union { ... } _DEBUG_OBJECT::@2407

◆ DebuggerInactive

UCHAR _DEBUG_OBJECT::DebuggerInactive

◆ EventList

◆ EventsPresent

KEVENT _DEBUG_OBJECT::EventsPresent

◆ Flags

ULONG _DEBUG_OBJECT::Flags

Definition at line 97 of file dbgktypes.h.

Referenced by NtCreateDebugObject().

◆ KillProcessOnExit

UCHAR _DEBUG_OBJECT::KillProcessOnExit

Definition at line 101 of file dbgktypes.h.

Referenced by DbgkpCloseObject(), NtCreateDebugObject(), and NtSetInformationDebugObject().

◆ Mutex


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