17 Reading and Writing File Data

17 Q3String_Write

You can use the Q3String_Write function to write a string to a file object.

TQ3Status Q3String_Write (const char *data, TQ3FileObject file);
data A pointer to a string.
file A file object.

DESCRIPTION


The Q3String_Write function writes the string data pointed to by the data parameter to the file object specified by the file parameter. The number of bytes written to the file object is equal to Q3Size_Pad(strlen(data)+1).

DESCRIPTION

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