Q3UnixStorage_Get
You can use the Q3UnixStorage_Get function to get information about a UNIX storage object.
TQ3Status Q3UnixStorage_Get (
TQ3StorageObject storage,
FILE **stdFile);
storage
- A UNIX storage object.
stdFile
- On entry, a pointer to a
FILE structure. On exit, a pointer to the FILE structure associated with the specified UNIX storage object.
DESCRIPTION
The Q3UnixStorage_Get function returns, through the stdFile parameter, the FILE structure associated with the UNIX storage object specified by the storage parameter.
ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter