Debugging Tools for Windows

ExtRemoteTyped::SetPrint

The SetPrint method sets the typed data represented by the ExtRemoteTyped object by formatting an expression and then evaluating that expression.

void
  ExtRemoteData::SetPrint(
    IN PCSTR  Format,
    ...
    ) throw(...)

Parameters

Format
The format string used to create the expression. This is the same as the format string used by the C printf function.

Note While other methods and functions in the debugger engine API provide additional, debugger-specific conversion characters, SetPrint only supports the conversion characters used by printf.

The arguments for the format string, as in printf. The arguments should match the conversion characters in Format.

Return Value

None

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteTyped, ExtRemoteTyped::Set

Build machine: CAPEBUILD