DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE structure (dbgeng.h)
Describes the unload module of the last event.
Syntax
typedef struct _DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE {
ULONG64 Base;
} DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE, *PDEBUG_LAST_EVENT_INFO_UNLOAD_MODULE;
Members
Base
The base of the unload module.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |