Q3File_IsNextObjectOfType
You can use theQ3File_IsNextObjectOfTypefunction to determine whether the next object in a file is of a certain type.
TQ3Boolean Q3File_IsNextObjectOfType ( TQ3FileObject file, TQ3ObjectType ofType);
file- A file object.
ofType- An object type.
DESCRIPTION
TheQ3File_IsNextObjectOfTypefunction returns, as its function result, a Boolean value that indicates whether the next object in the file object specified by thefileparameter is of the type specified by theofTypeparameter (kQ3True) or not (kQ3False).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help