IDebugDataSpaces3::StartEnumTagged method (dbgeng.h)
The StartEnumTagged method initializes an enumeration over the tagged data associated with a debugger session.
HRESULT StartEnumTagged(
[out] PULONG64 Handle
);
[out] Handle
Receives the handle identifying the enumeration. This handle can be passed to GetNextTagged and EndEnumTagged.
This method can also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
The resources held by an enumeration created with this method can be released using EndEnumTagged.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |