StuSprintfW (FUN)ΒΆ
FUNCTION StuSprintfW : INT
Does a sprintf for the given format string and the given variable. Will not return NULL!
- InOut:
Scope
Name
Type
Comment
Return
StuSprintfWINTInput
wstFormatPOINTER TO WSTRING
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, not in wstring characters!