GetScreenPhysicalAddress

Returns the hardware address of the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

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

Return Values

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

Remarks

The hardware address of a screen is probably useful only to developers writing NetWare screen drivers.

See Also