C_SaveFatigue

C_SaveFatigue is called to save a fatigue analysis to an OrcaFlex fatigue file.

void C_SaveFatigue(

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 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_SaveFatigueW and the ANSI function name is C_SaveFatigueA.

See also

C_CreateFatigue, C_CalculateFatigue, C_LoadFatigue, C_SaveFatigueMem, C_DestroyFatigue.