Important: The information in this document is obsolete and should not be used for new development.
ExitingSIM
TheExitingSIM
function is the counterpart to theEnteringSIM
function.
void ExitingSIM();DESCRIPTION
TheExitingSIM
function informs the XPT that the SIM is about to pass control to an external routine that might cause a page fault. A SIM must call this function before returning to the XPT or calling a completion routine.SPECIAL CONSIDERATIONS
You get the address of this function from theExitingSIM
field of the SIM initialization record.SEE ALSO
See "Writing a SCSI Interface Module," beginning on page 4-15, for more information about using this function.