IDebugDataSpaces3::EndEnumTagged method (dbgeng.h)
The EndEnumTagged method releases the resources used by the specified enumeration.
HRESULT EndEnumTagged(
[in] ULONG64 Handle
);
[in] Handle
Specifies the handle identifying the enumeration. This is the handle returned by StartEnumTagged.
This method can also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
After a handle has been passed to this method it is no longer valid and must not be used again.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |