หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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) |