17 Accessing Objects Directly

17 Q3File_IsEndOfFile

You can use the Q3File_IsEndOfFile function to determine whether the file position of a file object is at the end of the file.

TQ3Boolean Q3File_IsEndOfFile (TQ3FileObject file);
file A file object.

DESCRIPTION


The Q3File_IsEndOfFile function returns, as its function result, a Boolean value that indicates whether the current file position of the file object specified by the file parameter is at the end of the file (kQ3True) or not (kQ3False).

ERRORS


kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter

DESCRIPTION
ERRORS

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker