Debugging Tools for Windows

DEBUG_MODULE_AND_ID

The DEBUG_MODULE_AND_ID structure describes a symbol within a module.

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

Headers: Defined in DbgEng.h. Include DbgEng.h.

Build machine: CAPEBUILD