Q3UnixStorage_Set
You can use the Q3UnixStorage_Set function to set information about a UNIX storage object.
TQ3Status Q3UnixStorage_Set (
TQ3StorageObject storage,
FILE *stdFile);
storage
- A UNIX storage object.
stdFile
- A pointer to a
FILE structure.
DESCRIPTION
The Q3UnixStorage_Set function sets the FILE structure associated with the UNIX storage object specified by the storage parameter to the structure specified by the stdFile parameter.
SPECIAL CONSIDERATIONS
You must not use Q3UnixStorage_Set with an open UNIX storage object.
ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter
kQ3ErrorStorageIsOpen