Sets the current screen of the thread group belonging to the running thread
#include <nwconio.h>
int SetCurrentScreen (
int screenHandle);
(IN) Specifies the screen handle of the screen to make current.
The following table lists return values and descriptions.
This function sets the screen specified by the screenHandle parameter as the target of screen I/O functions. It does not change the displayed screen.
See scrhand.c.