Q3FSSpecStorage_New
You can use theQ3FSSpecStorage_New
function to create a new memory storage object specified using a file system specification structure.
TQ3StorageObject Q3FSSpecStorage_New (const FSSpec *fs);
fs
- A file system specification structure specifying the name and location of a Macintosh file.
DESCRIPTION
TheQ3FSSpecStorage_New
function returns, as its function result, a new storage object associated with the Macintosh file specified by thefs
parameter. The specified file is assumed to be closed. QuickDraw 3D opens the file, and, when the associated storage object is closed or disposed of, QuickDraw 3D closes the file. IfQ3FSSpecStorage_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