Q3File_GetVersion
You can use theQ3File_GetVersionfunction to get the version of an open file object.
TQ3Status Q3File_GetVersion ( TQ3FileObject file, TQ3FileVersion *version);
file- A file object.
version- On entry, a pointer to a file version. On exit, the current version of the specified file object.
DESCRIPTION
TheQ3File_GetVersionfunction returns, through theversionparameter, the current version of the file object specified by thefileparameter.ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help