Q3File_GetNextObjectType
You can use theQ3File_GetNextObjectTypefunction to get the type of the next object in a file.
TQ3ObjectType Q3File_GetNextObjectType (TQ3FileObject file);
file- A file object.
DESCRIPTION
TheQ3File_GetNextObjectTypefunction returns, as its function result, the type of the next object in the file object specified by thefileparameter. Depending on the type of that object, you can then callQ3File_ReadObjectto read it orQ3File_SkipObjectto skip it.If an error occurs,
Q3File_GetNextObjectTypereturns the valuekQ3ObjectTypeInvalid.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help