eAvrfResourceTypes enumeration (avrfsdk.h)

Specifies the types of resources that can be enumerated using the VerifierEnumerateResource function.

Syntax

typedef enum eAvrfResourceTypes {
  AvrfResourceHeapAllocation,
  AvrfResourceHandleTrace,
  AvrfResourceMax
} ;

Constants

 
AvrfResourceHeapAllocation
Indicates heap-allocation information is being obtained.
AvrfResourceHandleTrace
Indicates handle trace information is being obtained.
AvrfResourceMax
Indicates the upper boundary of the current implementation's resource type.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header avrfsdk.h

See also

Resource Enumeration

VerifierEnumerateResource