GetScreenName

Returns the name of the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int GetScreenName (
     scr_t   scrID,
     char   *nameBuffer);
  

Parameters

scrID

(IN) Specifies the screen.

nameBuffer

(IN/OUT) Points to the buffer that returns the name of the screen.

Return Values

If successful, returns 0.

See Also

OpenScreen