C_LoadFatigueMem

Call C_LoadFatigueMem to load OrcaFlex fatigue data, held in memory, into a fatigue object.

void C_LoadFatigueMem(

TOrcFxAPIHandle FatigueHandle,

int DataFileType,

const unsigned char *lpBuffer,

int64_t BufferLen,

int *lpStatus

);

Parameters

FatigueHandle (IN)

The fatigue analysis handle returned by C_CreateFatigue.

DataFileType (IN)

Either dftBinary or dftText, to indicate whether the buffer contains data in binary or text format.

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_LoadFatigue, C_SaveFatigueMem.