LlGetChartFieldContents

Syntax:

INT LlGetChartFieldContents (HLLJOB hJob, LPCTSTR lpszName, LPTSTR lpszBuffer, UINT nBufSize);

Task:

Returns the contents of the corresponding chart field.

Parameter:

hJob: List & Label job handle

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

lpszBuffer: Address of buffer for contents

nBufSize: Maximum number of characters to be copied

Return Value:

Error code (LL_ERR_UNKNOWN_FIELD or 0)

Hints:

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

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

See also:

LlDefineChartFieldStart, LlDefineChartFieldExt, LlGetFieldType