LlGetFieldType

Syntax:

INT LlGetFieldType (HLLJOB hJob, LPCTSTR lpszName);

Task:

Returns the type of the corresponding field.

Parameter:

hJob: List & Label job handle

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

Return Value:

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

Hints:

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

See also:

LlDefineFieldStart, LlDefineFieldExt, LlDefineFieldExtHandle, LlGetFieldContents