17 Accessing File Objects
Q3File_Close
function to close a file object.
TQ3Status Q3File_Close (TQ3FileObject file);
file
A file object.
Q3File_Close
function closes the file object specified by the file
parameter. Q3File_Close
flushes 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.kQ3ErrorFileInUse
kQ3ErrorInvalidObjectParameter
kQ3ErrorOSError
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker