Q3Comment_Write
You can use theQ3Comment_Writefunction 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
TheQ3Comment_Writefunction writes the string of characters pointed to by thecommentparameter to the file object specified by thefileparameter. QuickDraw 3D currently supports writing comments to text files only; if you callQ3Comment_Writeto write a comment to a binary file, QuickDraw 3D ignores the call. In addition, you cannot currently use QuickDraw 3D to read comments from a file.