typedef TQ3Status (*TQ3ObjectWriteMethod) ( const void *object, TQ3FileObject file);object
A QuickDraw3D object.file
A file object.
TQ3ObjectWriteMethod
function should write the root object data of the object specified by the object
parameter, starting at the current location in the file object specified by the file
parameter. You should use the primitive data type _Write
functions described in "Reading and Writing File Data," beginning on page 17-27 (for example, Q3Uns64_Write
and Q3Point3D_Write
).TQ3ObjectWriteMethod
function should return kQ3Success
if it is successful and kQ3Failure
otherwise.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker