IDebugDataSpaces3::StartEnumTagged method (dbgeng.h)

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

Syntax

HRESULT StartEnumTagged(
  [out] PULONG64 Handle
);

Parameters

[out] Handle

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

Return value

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

Return code Description
S_OK
The method was successful.

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)