GetScreenAddress

Returns the logical address of the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void *GetScreenAddress ( void ); 
  

Return Values

If successful, returns a pointer to the logical address of the screen. Otherwise returns a NULL pointer.

See Also