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


  

ChangeInterruptSetOptions

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

ChangeInterruptSetOptions lets an expert change the behavior of the interrupt dispatcher for a specified interrupt set. The default behavior for most set members is to return to the root. For a multifunction PCI card the desired behavior might be to return to the parent, so the interrupt dispatcher can revisit all set members to determine whether all interrupts have been serviced or there is another to handle.

EXECUTION CONTEXT

ChangeInterruptSetOptions may be called only from task level, not from secondary or hardware interrupt level.

RESULT CODES
noErr 0 No error

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