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

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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


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