< Previous | Next > | |
Product: File System Manual Pages for Storage Foundation | |
Manual: Library Functions (3) |
fsckpt_fcloseNAMEfsckpt_fclose - close a Storage Checkpointed file SYNOPSIS#include <fsckpt.h> int fsckpt_fclose(void *filehandle); AVAILABILITYDESCRIPTIONfsckpt_fclose() frees up all resources and cleans up any state associated with the file specified by the fsck_fopen() call. After this call the filehandle cannot be used. RETURN VALUESfsckpt_fclose() returns zero on success, non-zero on failure. ERRORSThe function is being used incorrectly, or the arguments to the function could not be validated. This may occur when an application tries to use an fshandle that was not created by the same process. SEE ALSOfsckptadm (1M), fsckpt_create (3), fsckpt_createall (3), fsckpt_fsopen (3), fsckpt_intro (3) |
^ Return to Top | < Previous | Next > |
Product: File System Manual Pages for Storage Foundation | |
Manual: Library Functions (3) | |
VERITAS Software Corporation
www.veritas.com |