Debugging Tools for Windows

EndEnumTagged

The EndEnumTagged method releases the resources used by the specified enumeration.

HRESULT
  IDebugDataSpaces3::EndEnumTagged(
    IN ULONG64  Handle
    );

Parameters

Handle
Specifies the handle identifying the enumeration. This is the handle returned by StartEnumTagged.

Return Value

S_OK
The method was successful.

This method can also return error values. See Return Values for more details.

Interface Version

EndEnumTagged is available in IDebugDataSpaces3 and later versions.

Comments

Once a handle has been passed to this method it is no longer valid and must not be used again.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD