Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PpReleasePC

PpReleasePC

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PpReleasePC()

Release a print context

Synopsis:

void PpReleasePC( PpPrintContext_t *pc );

Arguments:

pc
The pointer to a PpPrintContext_t structure that was returned by PpCreatePC().

Library:

ph

Description:

This function releases the draw context, shuts down, and frees the resources used by the provided print context.

If the provided print context's draw context is the current draw context, the default draw context automatically becomes the current draw context.

Examples:

See PpContinueJob().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpContinueJob(), PpCreatePC(), PpEndJob(), PpGetCanvas(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpPrintWidget(), PpSetCanvas(), PpSetPC(), PpStartJob(), PpSuspendJob()

Printing in the Photon Programmer's Guide