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

PpPrintReleasePC()

Release a print context

Synopsis:

void PpPrintReleasePC( PpPrintContext_t *pc );

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 PpPrintStart().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpPrintClose(), PpPrintCreatePC(), PpPrintGetPC(), PpPrintNewPage(), PpPrintOpen(), PpPrintSetPC(), PpPrintStart(), PpPrintStop(), PpPrintWidget()


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