Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 8
Initialize a print context with information for the default printer
int PpLoadDefaultPrinter( PpPrintContext_t *pc );
- pc
- The pointer to a
PpPrintContext_t
structure that was returned by
PpCreatePC().
ph
This function initializes the provided print context with the
information found in $HOME/.ph/printers/default
for the default printer.
- 0
- Success.
- -1
- No default printer could be found, or the printer definition that was
loaded didn't define a destination device or filename, so no output can
be generated.
PpPrintContext_t *pc = PpCreatePC();
PpLoadDefaultPrinter( pc );
PpStartJob( pc );
PpContinueJob( pc );
// Draw stuff
PpSuspendJob( pc );
PpEndJob( pc );
PpReleasePC( pc );
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PpContinueJob(),
PpCreatePC(),
PpEndJob(),
PpFreePrinterList(),
PpGetPC(),
PpLoadPrinter(),
PpLoadPrinterList(),
PpPrintContext_t,
PpPrintNewPage(),
PpPrintWidget(),
PpReleasePC(),
PpSetPC(),
PpStartJob(),
PpSuspendJob(),
PtPrintSelection()
Printing chapter of the
Programmer's Guide
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 151
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pp/pploaddefaultprinter.html on line 151