LlExprError

Syntax:

void LlExprError (HLLJOB hJob, LPTSTR lpBuffer, UINT nBuffer Size);

Task:

Returns the reason for the error in plain text.

Parameter:

hJob: List & Label job handle

lpBuffer: Address of buffer for error text

nBufferSize: Maximum number of characters to be copied

Return Value:

Error code

Hints:

The function must be called immediately after LlExprParse() returns an error.

See chapter Important Remarks on the Function Parameters of DLLs concerning the buffer return value.

Example:

See LlExprParse

See also:

LlExprParse, LlExprEvaluate, LlExprType, LlExprFree