LL_NTFY_FAILSFILTER

Task:

Notification that the data record which has just been passed to List & Label was not printed, as it did not comply with the filter requirement.

Activation:

Always active

Parameters:

Meaning of the parameter lParam: none

Return Value:

0

Hints:

In this callback, no List & Label function may be called which will produce output (LlPrint(), etc.)!

Serves to set a global variable; but can be made superfluous with LlPrintDid­MatchFilter().

Example:

case LL_NTFY_FAILSFILTER:
   bFails = TRUE;
   break;