L_PrnUnlockPrinter

#include "Ltprinter.h"

L_LTPRINTER_API L_INT EXT_FUNCTION L_PrnUnlockPrinter(pszPrinterName, pszPassword)

L_TCHAR * pszPrinterName;

printer's name

L_TCHAR * pszPassword;

printer administrative password

Unlocks the specified LEADTOOLS Virtual Printer Driver and enables applications to print directly to it.

Parameter

Description

pszPrinterName

Character string that contains the printer's name.

pszPassword

Character string that contains the printer's administrative password.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function unlocks a LEADTOOLS Virtual Printer Driver that was previously locked using the L_PrnLockPrinter function.

The value of the pszPassword parameter must be the same as the value of PRNPRINTERINFO.pszPassword member used when the printer was installed using the L_PrnInstallPrinter function.

Required DLLs and Libraries

LTPRINTER

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your LEADTOOLS Virtual Printer Driver Application.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Virtual Printer C API Help