Q3File_Close
You can use theQ3File_Closefunction to close a file object.
TQ3Status Q3File_Close (TQ3FileObject file);
file- A file object.
DESCRIPTION
TheQ3File_Closefunction closes the file object specified by thefileparameter.Q3File_Closeflushes any caches associated with the file and releases that memory for other uses. You should close a file object only when all operations on the file have completed successfully and you no longer need to keep the file object open.ERRORS
kQ3ErrorFileInUse
kQ3ErrorInvalidObjectParameter
kQ3ErrorOSError
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help