Q3Uns8_Write
You can use theQ3Uns8_Writefunction to write an unsigned 8-byte value to a file object.
TQ3Status Q3Uns8_Write (const TQ3Uns8 data, TQ3FileObject file);
data- A pointer to an unsigned 8-byte value.
file- A file object.
DESCRIPTION
TheQ3Uns8_Writefunction writes the unsigned 8-byte value pointed to by thedataparameter to the file object specified by thefileparameter.