16 Creating and Accessing UNIX Path Name Storage Objects

16 Q3UnixPathStorage_Get

You can use the Q3UnixPathStorage_Get function to get information about a UNIX path name storage object.

TQ3Status Q3UnixPathStorage_Get (
TQ3StorageObject storage, 
char *pathName);
storage A UNIX path name storage object.
pathName On entry, a pointer to a block of memory large enough to hold a string of size kQ3StringMaximumLength. The path name of the file associated with the specified storage object is copied into that block of memory. The path name is a null-terminated C string.

DESCRIPTION


The Q3UnixPathStorage_Get function returns, through the pathName parameter, a copy of the path name of the file associated with the UNIX path storage object specified by the storage parameter.

ERRORS


kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter

DESCRIPTION
ERRORS

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker