eHeapEnumerationLevel enumeration (avrfsdk.h)

Determines whether the enumeration operation should continue or stop.

Syntax

typedef enum eHeapEnumerationLevel {
  HeapEnumerationEverything = 0x0,
  HeapEnumerationStop = 0xFFFFFFFF
} ;

Constants

 
HeapEnumerationEverything
Value: 0x0
A constant that specifies the enumeration should continue.
HeapEnumerationStop
Value: 0xFFFFFFFF
A constant that specifies to the VerifierEnumerateResource function when the enumeration operation should stop.

Codes from 0x1 to 0xFFFFFFE are reserved.

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