Determines whether the current screen has a mode.
#include <screen.h> int IsScreenModeSupported ( unsigned long screenMode);
(OUT) Specifies the mode of the screen.
Flag
Value
Description
SCR_NO_MODE
0x00000000
Default value. No mode is assigned to the screen.
SCR_AUTOCLOSE_ON_EXIT
0x00000001
Causes the screen to close when the NLM that created it exits.
SCR_COLOR_ATTRS
0x00000002
On NetWare 6.0 SP2 or later, enables color printing on the screen.
If successful, returns 0.
OpenScreen