Q3UnixStorage_GetType
You can use theQ3UnixStorage_GetType
function to get the type of a UNIX storage object.
TQ3ObjectType Q3UnixStorage_GetType (TQ3StorageObject storage);
storage
- A UNIX storage object.
DESCRIPTION
TheQ3UnixStorage_GetType
function returns, as its function result, the type of the UNIX storage object specified by thestorage
parameter. The types of UNIX storage objects currently supported by QuickDraw 3D are defined by this constant:
kQ3UnixStorageTypePathIf the specified memory storage object is invalid or is not of this type,Q3UnixStorage_GetType
returns the valuekQ3ObjectTypeInvalid
.ERRORS
kQ3ErrorNoSubclass
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help