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 or a negative error code in the event of an error.

Hint:

See LlPrintWithBoxStart.