#include "l_eprint.h"
L_INT EXT_FUNCTION L_EpnRemoveEPrintPrinter (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: |
|
Topics: |
|
|
Example
L_EpnRemoveEPrintPrinter("Test Printer Name");