EXT_TDOP_OUTPUT_FULL_VALUE
The EXT_TDOP_OUTPUT_FULL_VALUE sub-operation of the DEBUG_REQUEST_EXT_TYPED_DATA_ANSIRequest operation prints the type and value of the specified typed data.
Parameters
Operation
Set to EXT_TDOP_OUTPUT_FULL_VALUE for this sub-operation.
InData
Specifies the typed data whose type name and value will be printed.
Status
Receives the status code returned by this sub-operation. This is the same as the value returned by Request.
Remarks
The type name and formatted value are sent to the debugger engine's output callbacks. EXT_TDOP_OUTPUT_FULL_VALUE prints more detailed information about the value than EXT_TDOP_OUTPUT_SIMPLE_VALUE. For example, pointers are dereferenced and the values they point to are also printed.
EXT_TDOP_OUTPUT_FULL_VALUE is a value in the EXT_TDOP enumeration.
The parameters for this sub-operation are members of the EXT_TYPED_DATA structure. The members of EXT_TYPED_DATA that are not listed in the preceding Parameters section are not used by this sub-operation and should be set to zero. The descriptions of the members in the preceding Parameters section specify what the members are used for. See EXT_TYPED_DATA for more details.