17 Reading and Writing File Data

17 Q3Comment_Write

You can use the Q3Comment_Write function to write a comment to a file object.

TQ3Status Q3Comment_Write (
char *comment, 
TQ3FileObject file);
comment A pointer to a null-terminated C string.
file A file object.

DESCRIPTION


The Q3Comment_Write function writes the string of characters pointed to by the comment parameter to the file object specified by the file parameter. QuickDraw3D currently supports writing comments to text files only; if you call Q3Comment_Write to write a comment to a binary file, QuickDraw3D ignores the call. In addition, you cannot currently use QuickDraw3D to read comments from a file.

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