LlGetVariableType

Syntax:

INT LlGetVariableType (HLLJOB hJob, LPCTSTR lpszName);

Task:

Returns the type of the corresponding variable.

Parameter:

hJob: List & Label job handle

lpszName: Pointer to a string with the name of the variable

Return Value:

Variable type (positive), or error code (negative)

Hints:

This function can be used in callback routines to ask for the type of variables.

See also:

LlDefineVariableStart, LlDefineVariableExt, LlDefineVariableExtHandle, LlGetVariableContents