getnetwareconsole

Retrieves the screen ID of the system console.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

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

Return Values

If successful, returns the screen ID of the system console screen.

Remarks

The returned handle cannot actually be used to write to the NetWare System Console unless called on the system console thread. This would likely occur only in the following situations:

See Also