Debugging Tools for Windows |
The OutputTypedDataPhysical method formats the contents of a variable in the target computer's physical memory, and then sends this to the output callbacks.
HRESULT
IDebugSymbols::OutputTypedDataPhysical(
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.
OutputTypedDataPhysical is available in all versions of IDebugSymbols.
This method is only available in kernel mode debugging.
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 information about output, see Input and Output.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.