L_EpnRemoveEPrintPrinter

#include "l_eprint.h"

L_INT EXT_FUNCTION L_EpnRemoveEPrintPrinter (pszPrinterName);

L_CHAR L_FAR * pszPrinterName;

/* printer name */

Removes a non-OEM ePrint printer from the system.

Parameter

Description

pszPrinterName

Character string that contains the printer name.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Support for Basic functionality must be unlocked by calling the L_EpnUnlockSupport function before using this function.

This function removes a non-OEM ePrint printer, which was previously added using the L_EpnAddEPrintPrinter function.

Required DLLs and Libraries

LPKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to ePrint Files.

See Also

Functions:

L_EpnUnlockSupport, L_EpnAddEPrintPrinter

Topics:

ePrint: Miscellaneous

 

Types of Printers

Example

L_EpnRemoveEPrintPrinter("Test Printer Name");