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.
Contains information about backtraces performed.
Syntax
typedef struct _AVRF_BACKTRACE_INFORMATION {
ULONG Depth;
ULONG Index;
ULONG64 ReturnAddresses[AVRF_MAX_TRACES];
} AVRF_BACKTRACE_INFORMATION, *PAVRF_BACKTRACE_INFORMATION;
Members
Depth
The number of traces that have been collected.
Index
A unique identifier associated with the entire set of returned addresses.
ReturnAddresses[AVRF_MAX_TRACES]
An array of addresses returned traces. The number cannot exceed AVRF_MAX_TRACES, which is defined as 32.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | avrfsdk.h |