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


  

DeleteSoftwareInterrupt

OSStatus DeleteSoftwareInterrupt (SoftwareInterruptID softwareInterrupt)
--> softwareInterrupt
Software interrupt ID.
DESCRIPTION

DeleteSoftwareInterrupt removes a software interrupt.

EXECUTION CONTEXT

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

RESULT CODES
noErr 0 No error
qErr -1 Queue element not found
paramErr -50 Bad parameter

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