IDebugDataSpaces4::EndEnumTagged method (dbgeng.h)

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

Syntax

HRESULT EndEnumTagged(
  [in] ULONG64 Handle
);

Parameters

[in] Handle

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

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

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

Requirements

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