Q3UnixStorage_New
You can use theQ3UnixStorage_New
function to create a new UNIX storage object.
TQ3StorageObject Q3UnixStorage_New (FILE *stdFile);
stdFile
- A pointer to a file. This file must already be open.
DESCRIPTION
TheQ3UnixStorage_New
function returns, as its function result, a new UNIX storage object associated with the file specified by thestdFile
parameter. The specified file is assumed to be open, and it must remain open as long as you use the returned storage object. In addition, you are responsible for closing the file once the associated storage object has been closed or disposed of. IfQ3UnixStorage_New
cannot create a new storage object, it returns the valueNULL
.ERRORS
kQ3ErrorOutOfMemory
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help