Home |
RTKernel-32 Programming Manual Function WClearScreen |
Function WClearScreenWClearScreen clears the entire screen with the desired color: void WClearScreen(int Attr); A blank character is written to the entire screen with attribute Attr. Usually, the attribute should be set to 0x07 for white foreground and black background.
|