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


  

GetInterruptSetOptions

OSStatus GetInterruptSetOptions(
                     InterruptSetID setID,
                     InterruptSetOptions *options);
--> setID
Interrupt set ID of the interrupt set.
<-- options
Current dispatching options.
DESCRIPTION

GetInterruptSetOptions returns in options the dispatching behavior options for the interrupt set identified by setID.

EXECUTION CONTEXT

GetInterruptSetOptions may be called only from task level, not from software or hardware interrupt level.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter

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