FS_COMMAND_IDLE
C Specification
-
FSResult FS_ARCHIVE_PROC_FUNC(
FSFile *p_file,
FSCommandType command /* = FS_COMMAND_IDLE */);
Description
Operating specifications for the archive command FS_COMMAND_IDLE are shown below:
Arguments passed to this command
- This command has no arguments. The
FSFile structure indicated by p_file is temporary.
Actions required of this command
- This command carries out special processing that is required after the archive processes the last, not yet processed command.
Default Implementation
- None
Command Results
- The command's return value is ignored.
Functions that use this command
- All FS functions that use commands
See Also
FSArchive, FS_ARCHIVE_PROC_FUNC, FS_COMMAND_*, FS_SetArchiveProc
Revision History
07/12/2004 Initial Version