ufoProcessReadBinaryData

void ufoProcessReadBinaryData( 
ufoProcess process_instance, 
size_t data_length, 
void *data_buffer);

Refer to the following table for command descriptions:

Command

Description

data_length

the byte length of the data buffer supplied

data_buffer

supplied data buffer

This function is optional. If supplied, it will be called just after the UFO process has been loaded by the application from a descriptor file. The data buffer will contain the exact representation of the private data which was saved when the UFO process was saved to disk, as returned by ufoProcessWriteAsciiData.

The contents of the data buffer should copied if required beyond the duration of the function call.



Autodesk Softimage v7.5