#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.
If you want to execute another asynchronous command from within this function, be sure the command call begins before the process returns from this function. If the remaining commands are all synchronous commands, the process leaves things as they are and returns.
FSArchive
, FS_ARCHIVE_PROC_FUNC
, FS_ARCHIVE_READ_FUNC
, FS_ARCHIVE_WRITE_FUNC
2004/07/12 Initial version.
CONFIDENTIAL