AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK callback function (avrfsdk.h)

Receives information related to the enumeration of handle traces.

Syntax

AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK AvrfHandleoperationEnumerateCallback;

ULONG AvrfHandleoperationEnumerateCallback(
  PAVRF_HANDLE_OPERATION HandleOperation,
  PVOID EnumerationContext,
  PULONG EnumerationLevel
)
{...}

Parameters

HandleOperation

A pointer to an AVRF_HANDLE_OPERATION structure containing information related to the enumeration of handle traces.

EnumerationContext

A pointer to a user-defined information related to the context of the enumeration that is passed in when the VerifierEnumerateResource function is invoked.

EnumerationLevel

A pointer to a value that informs the VerifierEnumerateResource function to either continue or stop the enumeration operation. These values are defined in the eHeapEnumerationLevel enum.

Return value

This function returns error codes or other values defined by the application.

Requirements

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

See also

Resource Enumeration