Err FinishAsyncLoadFile (LoadFileInfo *lf, Err loadStatus)
If you received I/O completion nofitication via message, call this
function passing ioreqPtr->io_Error as the loadStatus value and
ioreqPtr->io_User as the LoadFileInfo pointer. If you detected I/O
completion using CheckAsyncLoadFile(), pass the return value from that
function as the loadStatus value.
If the loadStatus value is negative and a buffer was automatically
allocated by AsyncLoadFile() this function frees the buffer.
It release other resources (IOReq, etc.) in all cases.
AsyncLoadFile