|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dbgktypes.h>

Public Attributes | |
| HANDLE | FileHandle |
| PVOID | BaseOfDll |
| ULONG | DebugInfoFileOffset |
| ULONG | DebugInfoSize |
| PVOID | NamePointer |
Definition at line 161 of file dbgktypes.h.
| PVOID _DBGKM_LOAD_DLL::BaseOfDll |
Definition at line 164 of file dbgktypes.h.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeModuleMessages().
| ULONG _DBGKM_LOAD_DLL::DebugInfoFileOffset |
Definition at line 165 of file dbgktypes.h.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeModuleMessages().
| ULONG _DBGKM_LOAD_DLL::DebugInfoSize |
Definition at line 166 of file dbgktypes.h.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeModuleMessages().
| HANDLE _DBGKM_LOAD_DLL::FileHandle |
Definition at line 163 of file dbgktypes.h.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeModuleMessages().
| PVOID _DBGKM_LOAD_DLL::NamePointer |
Definition at line 167 of file dbgktypes.h.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeModuleMessages().