Printf (FUN)
FUNCTION Printf : BOOL
- InOut:
Scope
Name
Type
Comment
Return
PrintfBOOLInput
cbpResultPOINTER TO BYTE
The buffer, where the result will be returned
uiResultCapacityUINTThe capacity of the result buffer
cbpFormatPOINTER TO BYTE
The format string used for formatting the value
pValuePOINTER TO BYTE
A pointer to the begin of the piece of memory, where the value to format is stored.
typeClass__SYSTEM.TYPE_CLASSA __SYSTEM.TYPE_CLASS value describing the type of the value to format