Debugging Tools for Windows

StartEnumTagged

The StartEnumTagged method initializes a enumeration over the tagged data associated with a debugger session.

HRESULT
  IDebugDataSpaces3::StartEnumTagged(
    OUT PULONG64  Handle
    );

Parameters

Handle
Receives the handle identifying the enumeration. This handle can be passed to GetNextTagged and EndEnumTagged.

Return Value

S_OK
The method was successful.

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

Interface Version

StartEnumTagged is available in IDebugDataSpaces3 and later versions.

Comments

The resources held by an enumeration created with this method can be released using EndEnumTagged.

Requirements

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

Build machine: CAPEBUILD