DEBUG_CACHED_SYMBOL_INFO struttura (dbgeng.h)
Definisce le informazioni sui simboli memorizzati nella cache.
Sintassi
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
Base del modulo.
Arg1
Valore dell'argomento.
Arg2
Valore dell'argomento.
Id
An ID.
Arg3
Valore dell'argomento.
Requisiti
Requisito | Valore |
---|---|
Intestazione | dbgeng.h (include DbgEng.h) |