Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
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)