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


  

CallSecondaryInterruptHandler2

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

CallSecondaryInterruptHandler2 calls the secondary interrupt handler indicated by handler. The secondary interrupt handler is invoked immediately; it is not queued.

EXECUTION CONTEXT

CallSecondaryInterruptHandler2 may be called from task level or secondary interrupt level, but not from hardware interrupt level.

RESULT CODES
noErr 0 No error
Err -1 Call failed

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