IsScreenModeSupported

Determines whether the current screen has a mode.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int IsScreenModeSupported (
     unsigned long   screenMode);
  

Parameters

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.

Return Values

If successful, returns 0.

See Also

OpenScreen