Home |
RTKernel-32 Programming Manual Function Wprintf |
Function WprintfWprintf works just like printf, but the formatted output is displayed in the given window: int Wprintf(WWindow * W, const char * format, ... ); The formatted string is first placed into the string buffer associated with the window. The size of this buffer is specified by the BufferSize parameter to WOpenWindow or WNewWindow.
|