OSErr VSLDoInterruptService( InterruptServiceId serviceID );
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.