17 Reading and Writing File Data
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.
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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker