Important: The information in this document is obsolete and should not be used for new development.
SCSIKillXPT
You use theSCSIKillXPT
function to remove an XPT that has been replaced.
OSErr SCSIKillXPT(void *);DESCRIPTION
TheSCSIKillXPT
function forces the XPT to release any memory it allocated and remove any patches it may have installed. This function is typically called by a new XPT after it has installed itself and reregistered all existing SIMs.SPECIAL CONSIDERATIONS
TheSCSIKillXPT
function may move memory; you should not call it at interrupt time.RESULT CODES
noErr 0 No error