StuSprintf (FUN)
FUNCTION StuSprintf : INT
Does a sprintf for the given format string and the given variable. Will not return NULL!
- InOut:
Scope
Name
Type
Comment
Return
StuSprintfINTInput
pstFormatPOINTER TO STRING
the formatstring
pVarAdrPOINTER TO DWORD
the address of the variable that shall be printed
udiVarType__SYSTEM.TYPE_CLASSthe type of the variable as a __SYSTEM.TYPE_CLASS value
pBufferPOINTER TO BYTE
the buffer where the text is to be printed
dwBufferSizeUDINTthe size of the buffer in bytes