DEBUG_MODULE_AND_ID structure (dbgeng.h)
The DEBUG_MODULE_AND_ID structure describes a symbol within a module.
Syntax
typedef struct _DEBUG_MODULE_AND_ID {
ULONG64 ModuleBase;
ULONG64 Id;
} DEBUG_MODULE_AND_ID, *PDEBUG_MODULE_AND_ID;
Members
ModuleBase
The location in the target's virtual address space of the module's base address.
Id
The symbol ID of the symbol within the module.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |