LL_NTFY_COMBINATIONPRINTSTEP

Task:

List & Label uses the callback LL_NTFY_COMBINATIONPRINTSTEP to inform you about the current project for a combination print.

Parameter:

lParam points to a scLlCombinationPrintStep structure:

_­nSize: Size of the structure.

_nIndex: Index of the project within the combination print.

_pszJobData: If the syntax "JOB=" was used for lpszObjName in LlPrintWithBoxStart, its content can be accessed here. Otherwise _pszJobData is empty.

_pszProjectID: Name of the project to be output.

Return Value:

Return 0 to trigger no action, 1 to reset the page counter, 2 to reset the page counter or the total number of pages, LL_COMBINATIONPRINTSTEP_SKIP (0x100) to skip the current project or a negative error code in the event of an error.

Hint:

The specified projects for the table of contents (TOC), index (IDX) or reverse side (GTC) are not explicitly called up in this callback. The evaluation sequence and the time of execution of these project types is managed internally. See also LlPrintWithBoxStart.