#include "l_eprint.h"
L_INT EXT_FUNCTION L_EpnDestroyPrintersList (hPrintersList);
HEPNPRINTERSLIST hPrintersList; |
/* handle to an existing printers list */ |
Deletes the printer list and releases any resources allocated using the L_EpnCreatePrintersList function.
Parameter |
Description |
hPrintersList |
Handle to an existing printers list, created by calling the L_EpnCreatePrintersList function. |
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.
For each call to L_EpnCreatePrintersList there must be a call to L_EpnDestroyPrintersList.
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
Example
For an example, refer to L_EpnInstallOEMPrinter.