16 Creating and Accessing UNIX Path Name Storage Objects
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 sizekQ3StringMaximumLength
. 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.
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.kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker