struttura AVRF_BACKTRACE_INFORMATION (avrfsdk.h)

Contiene informazioni sulle backtraces eseguite.

Sintassi

typedef struct _AVRF_BACKTRACE_INFORMATION {
  ULONG   Depth;
  ULONG   Index;
  ULONG64 ReturnAddresses[AVRF_MAX_TRACES];
} AVRF_BACKTRACE_INFORMATION, *PAVRF_BACKTRACE_INFORMATION;

Members

Depth

Numero di tracce raccolte.

Index

Identificatore univoco associato all'intero set di indirizzi restituiti.

ReturnAddresses[AVRF_MAX_TRACES]

Matrice di indirizzi restituiti. Il numero non può superare AVRF_MAX_TRACES, definito come 32.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione avrfsdk.h

Vedi anche

Enumerazione resource

VerifierEnumerateResource