Terminate a PxLoadImage() call
#include <photon/PxImage.h> void PxTerminate( PhImage_t *image );
phexlib
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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
“Images” in the Raw Drawing and Animation chapter of the Photon Programmer's Guide