Writes the message <Press any key to continue> to the current screen
#include <nwconio.h> int PressAnyKeyToContinue (void);
The following table lists return values and descriptions.
When a key is pressed, the <Press any key to continue> message is cleared and normal screen activity resumes. The thread is blocked until a key is pressed.
NOTE:If another thread causes the screen to scroll before a key is pressed, the <Press any key to continue> message might not be properly erased.