[Previous] [Contents] [Index] [Next]

PpFreePrinterList()

Free a list of available printers

Synopsis:

void PpFreePrinterList( char **list );

Library:

ph

Description:

This function frees all allocated memory in a list previously created by PpLoadPrinterList().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpLoadDefaultPrinter(), PpLoadPrinter(), PpLoadPrinterList()

Printing chapter of the Programmer's Guide


[Previous] [Contents] [Index] [Next]