LlDesignerGetOptionString

Syntax:

INT LlDesignerGetOptionString(HLLJOB hJob, INT nMode, LPTSTR pszBuffer, UINT nBufSize);

Task:

Queries various settings when the Designer is open.

Parameter:

hJob: List & Label Job-Handle

nMode: Option index, see LlDesignerSetOptionString()

pszBuffer: Buffer for return value, may be NULL

nBufSize: Size of buffer

Return value:

Error code or buffer size needed, if pszBuffer is NULL.

Hints:

Valid values for the mode parameter can be found at the description of LlDesignerSetOptionString().

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

See also:

LlDesignerSetOptionString