ExtRemoteTyped::SetPrint method (engextcpp.hpp)

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

Syntax

void WINAPIV SetPrint(
  [in] PCSTR Format,
       ...   
);

Parameters

[in] 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

This method does not return a value.

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteTyped

ExtRemoteTyped::Set(bool)

ExtRemoteTyped::Set(pcstr ulong64 bool)

ExtRemoteTyped::Set(pcstr ulong64)

ExtRemoteTyped::Set(pcstr)