Include
#include "Ltprinter.h"
Syntax
L_LTPRINTER_API L_INT EXT_FUNCTION L_PrnFreePrinterInfo(pPrnInfo)
PRNPRINTERINFO * pPrnInfo; | /* pointer to the PRNPRINTERINFO structure to be freed */ |
Summary
Frees the LEADTOOLS Virtual Printer info returned by L_PrnGetPrinterInfo.
Parameters
Parameter | Description | |
---|---|---|
pPrnInfo | Pointer to the PRNPRINTERINFO structure that contains the information about the LEADTOOLS Virtual Printer that was used when the printer was installed. |
Returns
SUCCESS | The function was successful. | |
< 1 | An error occurred. Refer to Return Codes. |
Remarks
Be sure to call this function when the PRNPRINTERINFO returned by L_PrnGetPrinterInfo is no longer needed, in order to free the allocated memory.
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 Network Virtual Printer Driver Server Application.
Win32, x64.
Example
For an Example, refer to L_PrnGetPrinterInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET