Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PxTerminate()

Terminate a PxLoadImage() call

Synopsis:

#include <photon/PxImage.h>

void PxTerminate( PhImage_t *image );

Arguments:

image
The image that PxLoadImage() is trying to load or query.

Library:

phexlib

Description:

This function terminates a call to PxLoadImage(). You can call PxTerminate() in the progress callback for PxLoadImage() to abort if something goes wrong with the image load or query.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PxLoadImage()

Images in the Raw Drawing and Animation chapter of the Photon Programmer's Guide