Q3Storage_GetSize
You can use theQ3Storage_GetSizefunction to get the size of the data stored in a storage object.
TQ3Status Q3Storage_GetSize ( TQ3StorageObject storage, unsigned long *size);
storage- A storage object.
size- On entry, a pointer to a buffer. On exit, the number of bytes of data stored in the specified storage object.
DESCRIPTION
TheQ3Storage_GetSizefunction returns, through thesizeparameter, the number of bytes of data stored in the storage object specified by thestorageparameter. That storage object must already be open when you callQ3Storage_GetSize.ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
kQ3ErrorStorageNotOpen
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help