Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
...
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::Set(pcstr ulong64 bool)