GetNextTagged
The GetNextTagged method returns the GUID for the next block of tagged data in the enumeration.
HRESULT
IDebugDataSpaces3::GetNextTagged(
IN ULONG64 Handle,
OUT LPGUID Tag,
OUT PULONG Size
);
Parameters
- Handle
- Specifies the handle identifying the enumeration. This is the handle returned by StartEnumTagged.
- Tag
- Receives the GUID identifying the tagged data. The data may be retrieved by passing this GUID to ReadTagged.
- Size
- Receives the size of the data identified by the GUID Tag.
Return Value
- S_OK
- The method was successful.
- S_FALSE
- There are no more blocks of tagged data available in this enumeration.
This method can also return error values. See Return Values for more details.
Interface Version
GetNextTagged is available in IDebugDataSpaces3 and later versions.
Requirements
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
See Also
StartEnumTagged, ReadTagged
Build machine: CAPEBUILD