17 Reading and Writing File Subobjects

17 Q3File_IsEndOfData

You can use the Q3File_IsEndOfData function to determine whether there is more data for your application to read.

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

DESCRIPTION


The Q3File_IsEndOfData function returns, as its function result, a Boolean value that indicates whether there is more data to be read from the file object specified by the file parameter (kQ3True) or not (kQ3False).

SPECIAL CONSIDERATIONS


You should call this function only within a custom read data method.

DESCRIPTION
SPECIAL CONSIDERATIONS

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