C_SaveSimulation

Call C_SaveSimulation to save an OrcaFlex simulation file.

void C_SaveSimulation(

TOrcFxAPIHandle ModelHandle,

LPCTSTR lpSimFileName,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpSimFileName (IN)

Points to a null-terminated string containing the name of the file to be saved.

lpStatus (OUT)

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

Unicode and ANSI

The Unicode function name is C_SaveSimulationW and the ANSI function name is C_SaveSimulationA.

See also

C_LoadData, C_LoadSimulation, C_RunSimulation, C_RunSimulation2, C_SaveData, C_SaveSimulationMem.