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


  

GetPages (csCode = 4)

The required GetPages routine returns the total number of video pages available in the current video card mode, not the current page number. This is a counting number and is not 0 based.

OSErr = Status(theDeviceRefNum, cscGetPages, &theVDPageInfo );
-- csMode
Unused
-- csData
Unused
<-- csPage
Number of display pages available
-- csBaseAddr
Unused

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