Home |
RTKernel-32 Programming Manual Function WPutS |
Function WPutSWPutS writes a null-terminated ASCII string to a window: int WPutS(WWindow * W, const char * S); ParametersWPointer to the window structure of the output window. SPointer to the string to be displayed.
|