C_LoadSimulationMem

Call C_LoadSimulationMem to load a pre-run OrcaFlex simulation, held in memory, into a model.

void C_LoadSimulationMem(

TOrcFxAPIHandle ModelHandle,

const unsigned char *lpBuffer,

int64_t BufferLen,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpBuffer (IN)

Pointer to the buffer.

BufferLen (IN)

The length of the buffer.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_LoadDataMem, C_LoadSimulation, C_SaveDataMem, C_SaveSimulationMem.