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


  

VSLDoInterruptService

OSErr VSLDoInterruptService( InterruptServiceId serviceID );
serviceID
Value returned by VSLNewInterruptService.
DESCRIPTION

VSLDoInterruptService executes tasks associated with an interrupt service. When a graphics driver gets an interrupt, it determines which service corresponds to that interrupt and calls VSLDoInterruptService with the serviceID value for that service. VSLDoInterruptService executes any tasks associated with the service.


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