ReturnScreenType

Determines the type of the current screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void ReturnScreenType (
     unsigned long   *type,
     unsigned long   *colorFlag);
  

Parameters

type

(OUT) Points to the screen type. For a list of supported values, see Section 23.4, Screen Types.

colorFlag

(OUT) Returns true if the screen is color, and returns false if the screen is black and white.