Debugging Tools for Windows

OutputTypedDataPhysical

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
    );

Parameters

OutputControl
Specifies the output control used to determine which output callbacks can receive the output. See DEBUG_OUTCTL_XXX for possible values.
Offset
Specifies the physical address in the target computer's memory of the variable.
Module
Specifies the base address of the module containing the type of the variable.
TypeId
Specifies the type ID of the type of the variable.
Flags
Specifies the bit-set containing the formatting options. See DEBUG_TYPEOPTS_XXX for possible values.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

OutputTypedDataPhysical is available in all versions of IDebugSymbols.

Comments

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.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD