Q3Storage_GetType
You can use theQ3Storage_GetTypefunction to get the type of a storage object.
TQ3ObjectType Q3Storage_GetType (TQ3StorageObject storage);
storage- A storage object.
DESCRIPTION
TheQ3Storage_GetTypefunction returns, as its function result, the type of the storage object specified by thestorageparameter. The types of storage objects currently supported by QuickDraw 3D are defined by these constants:
kQ3StorageTypeMemory kQ3StorageTypeMacintosh kQ3StorageTypeUnixIf the specified storage object is invalid or is not one of these types,Q3Storage_GetTypereturns the valuekQ3ObjectTypeInvalid.ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help