Debugging Tools for Windows |
The StartEnumTagged method initializes a enumeration over the tagged data associated with a debugger session.
HRESULT
IDebugDataSpaces3::StartEnumTagged(
OUT PULONG64 Handle
);
This method can also return error values. See Return Values for more details.
StartEnumTagged is available in IDebugDataSpaces3 and later versions.
The resources held by an enumeration created with this method can be released using EndEnumTagged.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.