C_LoadFatigue

C_LoadFatigue is used to load an OrcaFlex fatigue file into a fatigue object.

void C_LoadFatigue(

TOrcFxAPIHandle FatigueHandle,

LPCSTR lpFileName,

int *lpStatus

);

Parameters

FatigueHandle (IN)

The fatigue analysis handle returned by C_CreateFatigue.

lpFileName (IN)

Points to a null-terminated string containing the name of the fatigue file to load.

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_LoadFatigueW and the ANSI function name is C_LoadFatigueA.

See also

C_CreateFatigue, C_CalculateFatigue, C_LoadFatigueMem, C_SaveFatigue, C_DestroyFatigue.