getconsolehandle

(Obsolete) Retrieves the screen ID of the System Console (NetWare 5.x) or the Logger Screen (NetWare 6.x).

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  scr_t getconsolehandle ( void );
  

Return Values

If successful, returns the screen ID of the System Console screen from a NetWare 5.x server or the System Logger screen from a NetWare 6.x server.

Remarks

The getnetwareconsole and getnetwarelogger functions have replaced this function.

See Also