ValidateScreenHandle

Determines the status of the specified screen ID.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int ValidateScreenHandle (
     scr_t   scrID);
  

Parameters

scrID

(IN) Specifies the screen to validate.

Return Values

TRUE

The scrID is a valid screen ID.

FALSE

The scrID is invalid.

See Also

OpenScreen