Returns the screen ID for a screen handle
#include <nwconio.h>
int _ _GetScreenID (
int screenHandle);
(IN) Specifies a handle of a C Library Open Screen Structure.
The function returns the OS screen ID related to the C Library screen.
The value returned by this function can be passed to functions that take a screen ID.