Definition:
#include <aIO.h>
object code: aIO shared library
Parameters:
| ioRef | - | A pointer to the opaque library reference used to close the file. |
| fileRef | - | A aFileRef reference that represents the file to be closed. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
This library routine returns an aLIBRETURN type that is non-zero if there are errors, and zero if the routine completes with no errors.
Description:
This routine flushes any contents of the file that may not have been updated and closes the file. Any subsequent operations attempted on the file will result in a aErrParam error as the file reference is made invalid after the file is closed.
Related:
version: 1.0, build 80903
© Copyright 1994-2008 Acroname, Inc., Boulder, Colorado. All rights reserved.