Q3File_GetStorage
You can use the Q3File_GetStorage function to get the current storage object for a file object.
TQ3Status Q3File_GetStorage (
TQ3FileObject file,
TQ3StorageObject *storage);
file
- A file object.
storage
- On exit, the storage object currently attached to the specified file object.
DESCRIPTION
The Q3File_GetStorage function returns, in the storage parameter, the storage object currently attached to the file object specified by the file parameter.
ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter