ReactOS 0.4.16-dev-13-ge2fc578
|
#include <dbgktypes.h>
Definition at line 228 of file dbgktypes.h.
DBGKM_MSG _DEBUG_EVENT::ApiMsg |
Definition at line 238 of file dbgktypes.h.
PETHREAD _DEBUG_EVENT::BackoutThread |
Definition at line 237 of file dbgktypes.h.
CLIENT_ID _DEBUG_EVENT::ClientId |
Definition at line 232 of file dbgktypes.h.
KEVENT _DEBUG_EVENT::ContinueEvent |
Definition at line 231 of file dbgktypes.h.
CREATE_PROCESS_DEBUG_INFO _DEBUG_EVENT::CreateProcessInfo |
Definition at line 794 of file winbase.h.
Referenced by test_DebuggingFlag(), and UpdateFromEvent().
CREATE_THREAD_DEBUG_INFO _DEBUG_EVENT::CreateThread |
Definition at line 793 of file winbase.h.
Referenced by UpdateFromEvent().
OUTPUT_DEBUG_STRING_INFO _DEBUG_EVENT::DebugString |
DWORD _DEBUG_EVENT::dwDebugEventCode |
Definition at line 788 of file winbase.h.
Referenced by test_debug_children(), test_debug_loop(), test_DebuggingFlag(), test_NtSuspendProcess(), test_query_process_debug_flags(), test_query_process_debug_object_handle(), test_query_process_debug_port(), UpdateFromEvent(), and wWinMain().
DWORD _DEBUG_EVENT::dwProcessId |
Definition at line 789 of file winbase.h.
Referenced by test_debug_children(), test_debug_loop(), test_DebuggingFlag(), test_NtSuspendProcess(), test_query_process_debug_flags(), test_query_process_debug_object_handle(), test_query_process_debug_port(), UpdateFromEvent(), and wWinMain().
DWORD _DEBUG_EVENT::dwThreadId |
Definition at line 790 of file winbase.h.
Referenced by test_debug_children(), test_debug_loop(), test_DebuggingFlag(), test_NtSuspendProcess(), test_query_process_debug_flags(), test_query_process_debug_object_handle(), test_query_process_debug_port(), UpdateFromEvent(), and wWinMain().
LIST_ENTRY _DEBUG_EVENT::EventList |
Definition at line 230 of file dbgktypes.h.
EXCEPTION_DEBUG_INFO _DEBUG_EVENT::Exception |
Definition at line 792 of file winbase.h.
Referenced by UpdateFromEvent().
EXIT_PROCESS_DEBUG_INFO _DEBUG_EVENT::ExitProcess |
EXIT_THREAD_DEBUG_INFO _DEBUG_EVENT::ExitThread |
ULONG _DEBUG_EVENT::Flags |
Definition at line 236 of file dbgktypes.h.
LOAD_DLL_DEBUG_INFO _DEBUG_EVENT::LoadDll |
Definition at line 797 of file winbase.h.
Referenced by test_DebuggingFlag(), and UpdateFromEvent().
PEPROCESS _DEBUG_EVENT::Process |
Definition at line 233 of file dbgktypes.h.
NTSTATUS _DEBUG_EVENT::Status |
Definition at line 235 of file dbgktypes.h.
PETHREAD _DEBUG_EVENT::Thread |
Definition at line 234 of file dbgktypes.h.
union { ... } _DEBUG_EVENT::u |
Referenced by test_DebuggingFlag(), and UpdateFromEvent().
UNLOAD_DLL_DEBUG_INFO _DEBUG_EVENT::UnloadDll |
Definition at line 798 of file winbase.h.
Referenced by UpdateFromEvent().