Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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)