Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 4 - SCSI Manager 4.3 / SCSI Manager 4.3 Reference
SCSI Manager 4.3 Functions / SIM Support Functions


SCSIKillXPT

You use the SCSIKillXPT function to remove an XPT that has been replaced.

OSErr SCSIKillXPT(void *);
DESCRIPTION
The SCSIKillXPT 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
The SCSIKillXPT function may move memory; you should not call it at interrupt time.

RESULT CODES
noErr0No error

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996