Debugging Tools for Windows |
The ReadTagged method reads the tagged data that might be associated with a debugger session.
HRESULT
IDebugDataSpaces3::ReadTagged(
IN LPGUID Tag,
IN ULONG Offset,
OUT OPTIONAL PVOID Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG TotalSize
);
This method can also return error values. See Return Values for more details.
ReadTagged is available in IDebugDataSpaces3 and later versions.
Some debugger sessions have arbitrary additional data available. For example, when a dump file is created, additional dump information files containing extra information may also be created. This additional data is tagged with a global unique identifier and can only be retrieved via the tag.
LPGUID is a pointer to a 128-bit unique identifier. It is defined in the Microsoft Windows SDK header file guiddef.h.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.