FS_NotifyArchiveAsyncEnd

Syntax

#include <nitro/fs.h>

void FS_NotifyArchiveAsyncEnd(FSArchive *p_arc, FSResult ret);

Arguments

p_arc Address of the FSArchive structure.
ret The result of the completed asynchronous processing.

Return Values

None.

Description

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.

Note

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.

See Also

FSArchive, FS_ARCHIVE_PROC_FUNC, FS_ARCHIVE_READ_FUNC, FS_ARCHIVE_WRITE_FUNC

Revision History

2004/07/12 Initial version.


CONFIDENTIAL