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


  

SecondaryInterruptHandlerProc2

typedef OSStatus (*SecondaryInterruptHandlerProc2)
                     (void *p1,  void *p2);
--> p1
First parameter.
--> p2
Second parameter.
DESCRIPTION

The secondary interrupt handler you write must have the interface shown above, with two parameters. You must specify the values of the two parameters at the time you queue the handler. For queuing information, see the next section.

RESULT CODE REQUIRED
noErr 0 No error
Err -1 Routine failed

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