LlGetUsedIdentifiers

Syntax:

INT LlGetUsedIdentifiers(HLLJOB hJob, LPCTSTR lpszProjectName, LPTSTR lpszBuffer, UINT nBufSize);

Task:

Returns a list of variables, fields and chart fields that are actually used within the given project file, in order to increase performance, as only these values need to be provided.

Parameter:

hJob: List & Label Job-Handle

lpszProjectName: Pointer to a string with the project name

lpszBuffer Address of buffer for contents

nBufSize: Maximum number of characters to be copied

Return Value:

Error code

Hints:

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

See also:

LlGetUsedIdentiefersEx