Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines information about cached symbols.
Syntax
typedef struct _DEBUG_CACHED_SYMBOL_INFO {
ULONG64 ModBase;
ULONG64 Arg1;
ULONG64 Arg2;
ULONG Id;
ULONG Arg3;
} DEBUG_CACHED_SYMBOL_INFO, *PDEBUG_CACHED_SYMBOL_INFO;
Members
ModBase
A module base.
Arg1
An argument value.
Arg2
An argument value.
Id
An ID.
Arg3
An argument value.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |