16 Managing Storage Objects
Q3Storage_GetType
function to get the type of a storage object.
TQ3ObjectType Q3Storage_GetType (TQ3StorageObject storage);
storage
A storage object.
Q3Storage_GetType
function returns, as its function result, the type of the storage object specified by the storage
parameter. The types of storage objects currently supported by QuickDraw3D are defined by these constants:
kQ3StorageTypeMemory kQ3StorageTypeMacintosh kQ3StorageTypeUnixIf the specified storage object is invalid or is not one of these types,
Q3Storage_GetType
returns the value kQ3ObjectTypeInvalid
.kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker