EssVerifyFormula

Verifies the syntax of the specified formula. This function is called by EssOtlVerifyFormula, which provides more information on returned errors.

Syntax

ESS_FUNC_M  EssVerifyFormula (hCtx, FormulaName);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

FormulaName

ESS_STR_T

The name of the formula to verify.

Notes

This function is not meant to be called directly. Instead, use the corresponding Outline API function EssOtlVerifyFormula.

Return Value

This function returns zero if successful, otherwise it returns an error number.

See Also