Returns the screen handle of the current screen
#include <nwconio.h> int GetCurrentScreen (void);
This function returns the screen handle of the current screen if successful.
If an error occurs this function returns NULL, and errno is set to:
GetCurrentScreen returns the handle of the current screen.
NOTE:The handle returned pertains only to the current screen of the current NLM. It is not necessarily the handle of the screen displayed on the console.