Debugging Tools for Windows |
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(...)
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.
None
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.