LlPrintGetFilterExpression

Syntax:

INT LlPrintGetFilterExpression (HLLJOB hJob, LPTSTR lpszBuffer, INT nBufSize);

Task:

Gets the chosen filter condition (if the project has assigned one).

Parameter:

hJob: List & Label job handle

lpszBuffer: Buffer in which the string is to be stored

nBufSize: Size of the buffer

Return Value:

Error code

Hints:

This function can only be used if a print job is open, i.e. after LlPrint[WithBox]­Start().

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

See also:

LlPrintWillMatchFilter, LlPrintDidMatchFilter