Returns the hardware address of the screen.
#include <screen.h> void *GetScreenPhysicalAddress ( void );
If successful, returns a pointer to the hardware address of the screen. Otherwise returns a NULL pointer.
The hardware address of a screen is probably useful only to developers writing NetWare screen drivers.