Load a list of available printers
char **PpLoadPrinterList( void );
ph
This function loads a null-terminated list of the names of printers that are available for printing.
Use PpFreePrinterList() to free the list.
A pointer to the list.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PpFreePrinterList(), PpLoadDefaultPrinter(), PpLoadPrinter()
Printing chapter of the Programmer's Guide