ReactOS 0.4.16-dev-91-g764881a
|
#include <dbgktypes.h>
Public Attributes | |
KEVENT | EventsPresent |
FAST_MUTEX | Mutex |
LIST_ENTRY | EventList |
union { | |
ULONG Flags | |
struct { | |
UCHAR DebuggerInactive:1 | |
UCHAR KillProcessOnExit:1 | |
} | |
}; | |
Definition at line 90 of file dbgktypes.h.
union { ... } _DEBUG_OBJECT::@2410 |
UCHAR _DEBUG_OBJECT::DebuggerInactive |
Definition at line 100 of file dbgktypes.h.
Referenced by DbgkCopyProcessDebugPort(), DbgkpCloseObject(), DbgkpQueueMessage(), and NtWaitForDebugEvent().
LIST_ENTRY _DEBUG_OBJECT::EventList |
Definition at line 94 of file dbgktypes.h.
Referenced by DbgkClearProcessDebugObject(), DbgkpCloseObject(), DbgkpQueueMessage(), NtCreateDebugObject(), and NtWaitForDebugEvent().
KEVENT _DEBUG_OBJECT::EventsPresent |
Definition at line 92 of file dbgktypes.h.
Referenced by DbgkpCloseObject(), DbgkpQueueMessage(), NtCreateDebugObject(), and NtWaitForDebugEvent().
ULONG _DEBUG_OBJECT::Flags |
Definition at line 97 of file dbgktypes.h.
Referenced by NtCreateDebugObject().
UCHAR _DEBUG_OBJECT::KillProcessOnExit |
Definition at line 101 of file dbgktypes.h.
Referenced by DbgkpCloseObject(), NtCreateDebugObject(), and NtSetInformationDebugObject().
FAST_MUTEX _DEBUG_OBJECT::Mutex |
Definition at line 93 of file dbgktypes.h.
Referenced by DbgkClearProcessDebugObject(), DbgkCopyProcessDebugPort(), DbgkpCloseObject(), DbgkpQueueMessage(), NtCreateDebugObject(), NtSetInformationDebugObject(), and NtWaitForDebugEvent().