#include <nitro/fs.h>void FS_NotifyArchiveAsyncEnd(FSArchive *p_arc, FSResult ret);p_arc |
Address of the FSArchive structure |
| ret | The result of the completed asynchronous processing. |
None.
This function is called to notify the archive that FS_RESULT_PROC_ASYNC has been returned by a read/write callback or user procedure and the asynchronously executed process has completed.
FSArchive, FS_ARCHIVE_PROC_FUNC, FS_ARCHIVE_READ_FUNC, FS_ARCHIVE_WRITE_FUNC
07/12/2004 Initial version.
CONFIDENTIAL