L_EpnGetPrinterBatchPrintersList

#include "l_eprint.h"

L_INT EXT_FUNCTION L_EpnGetPrinterBatchPrintersList (pszPrinterName, hPrintersList);

L_CHAR L_FAR * pszPrinterName;

/* printer name */

HEPNPRINTERSLIST hPrintersList;

/* handle to an existing printers list */

Gets the printers list of an ePrint printer.

Parameter

Description

pszPrinterName

Character string that contains the name of the ePrint printer.

hPrintersList

Handle to the printers list for the specified ePrint printer.

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.

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_EpnInstallOEMPrinter, L_EpnSetPrinterBatchPrintersList, L_EpnCreateRedirectionDC, L_EpnGetPrintersCount, L_EpnCreatePrintersList, L_EpnDestroyPrintersList, L_EpnAddPrinterToList, L_EpnRemovePrinterFromList, L_EpnGetPrinterFromList, L_EpnIsPrinterInList

Topics:

ePrint: Getting and Setting Printer Specification

 

Setting and Getting ePrint Printer Settings

Example

For an example, refer to L_EpnGetPrinterSaveOptions.