PpLoadPrinterList()

Load a list of available printers

Synopsis:

char **PpLoadPrinterList( void );

Library:

ph

Description:

This function loads a null-terminated list of the names of printers that are available for printing.

Use PpFreePrinterList() to free the list.

Returns:

A pointer to the list.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpFreePrinterList(), PpLoadDefaultPrinter(), PpLoadPrinter()

Printing chapter of the Programmer's Guide