Q3FSSpecStorage_Get
You can use theQ3FSSpecStorage_Getfunction to get information about anFSSpecstorage object.
TQ3Status Q3FSSpecStorage_Get ( TQ3StorageObject storage, FSSpec *fs);
storage- A Macintosh
FSSpecstorage object.fs- On entry, a pointer to a file system specification structure. On exit, a pointer to the file system specification structure associated with the specified Macintosh
FSSpecstorage object.DESCRIPTION
TheQ3FSSpecStorage_Getfunction returns, through thefsparameter, the file system specification structure associated with the MacintoshFSSpecstorage object specified by thestorageparameter.