L_PrnClntShutdown

#include "LtprinterClient.h"

L_LTPRINTERCLIENT_API L_VOID EXT_FUNCTION L_PrnClntShutdown(pszPrinterName, pUserData)

Callback function to be fired by the printer driver as a job ends.

Parameters

const L_TCHAR* pszPrinterName

Character string that contains the printer's name.

L_VOID* pUserData

A void pointer that you can use to access a variable or structure that contains data that your callback function needs. This gives you a way to receive data indirectly from the function that uses this callback function. This is the same pointer that was set in L_PrnClntStartup function in the ppUserData parameter.Keep in mind that this is a void pointer, which must be cast to the appropriate data type within your callback function.

Returns

None.

Comments

The L_PrnClntShutdown function will be fired from the printer driver. The user must implement this callback function in the user demo DLL, in order to be called by the printer driver, (which will fire this function with the pszPrinterName of the printer that printed the job).

This function should be exported in the DLL module definition (def) file.

Required DLLs and Libraries

Platforms

Win32, x64.

Example

For an example, refer to L_PrnClntStartup.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Virtual Printer C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.