Debugging Tools for Windows

OutputTypedDataVirtual

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

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 location in the target's virtual address space of the variable.
Module
Specifies the base address of the module containing the type.
TypeId
Specifies the type ID of the type.
Flags
Specifies the formatting flags. 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

OutputTypedDataVirtual is available in all versions of IDebugSymbols.

Comments

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.

Requirements

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

Build machine: CAPEBUILD