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


  

QueueSecondaryInterruptHandler

OSStatus QueueSecondaryInterruptHandler(
                     SecondaryInterruptHandler2 handler,
                     ExceptionHandler exceptionHandler,
                     const void *p1,
                     const void *p2);
--> handler
The handler to be queued.
--> exceptionHandler
Exception handler (not currently implemented, pass nil).
--> p1
First handler parameter.
--> p2
Second handler parameter.
DESCRIPTION

QueueSecondaryInterruptHandler queues the secondary interrupt handler indicated by handler. Future versions of Mac OS may allow an exception handler to be associated with the interrupt handler; the exceptionHandler parameter is currently ignored, always pass nil.

EXECUTION CONTEXT

QueueSecondaryInterruptHandler may be called from task level, secondary interrupt level, or hardware interrupt level.

RESULT CODES
noErr 0 No error
qErr -1 Queue element not found

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