Debugging Tools for Windows |
The OutputTypedDataVirtual method formats the contents of a variable in the target's virtual memory, and then sends this to the output callbacks.
HRESULT
IDebugSymbols::OutputTypedDataVirtual(
IN ULONG OutputControl,
IN ULONG64 Offset,
IN ULONG64 Module,
IN ULONG TypeId,
IN ULONG Flags
);
This method may also return error values. See Return Values for more details.
OutputTypedDataVirtual is available in all versions of IDebugSymbols.
The output produced by this method is the same as for the debugger command DT. See dt (Display Type).
For more information about types, see Types. For more information about output, see Input and Output.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.