C_ForceInMemoryLogging

Call C_ForceInMemoryLogging to force all log files to be stored in memory.

void C_ForceInMemoryLogging(

TOrcFxAPIHandle ModelHandle,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpStatus (OUT)

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

Remarks

See the remarks for C_DisableInMemoryLogging.

Note: Existing log files are not converted between disk files and and in-memory files. Therefore the typical use is to call this function immediately after calling C_CreateModel.

See also

C_DefaultInMemoryLogging, C_DisableInMemoryLogging, C_UseVirtualLogging.