Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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)