C_GetDefaultSolveEquationParameters

C_GetDefaultSolveEquationParameters gets the default convergence parameters for C_SolveEquation.

void C_GetDefaultSolveEquationParameters(

TSolveEquationParameters *lpSolveEquationParameters,

int *lpStatus

);

Parameters

lpSolveEquationParameters (OUT)

Points to a structure in which the default convergence parameters will be returned.

Before calling C_GetDefaultSolveEquationParameters, set the Size member of the TSolveEquationParameters structure to sizeof(TSolveEquationParameters).

lpStatus (OUT)

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

See also

TSolveEquationParameters, C_SolveEquation.