PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

GetConnection (csCode = 12)

The required GetConnection routine gathers information about the attached display.

OSErr = Status (yourDeviceRefNum, cscGetConnection,
                     &theVDDisplayConnectInfoRec);
<-- csDisplayType
Display type of attached display
<-- csConnectTaggedType
Type of tagging
<-- csConnectTaggedData
Tagging data
<-- csConnectFlags
Connection flags
<-- csDisplayComponent
Return display component, if available

See Responding to GetConnectionInfo for more information on how to implement the GetConnection routine.


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)