PpFreePrinterList()

Free a list of available printers

Synopsis:

void PpFreePrinterList( char **list );

Arguments:

list
A list of available printers that PpLoadPrinterList() previously created.

Library:

ph

Description:

This function frees all allocated memory in the given list of printers.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpLoadDefaultPrinter(), PpLoadPrinter(), PpLoadPrinterList()

Printing chapter of the Programmer's Guide