Causes a previously queued job to be canceled.
Syntax
#include <prtpool.h> NSPR_API(PRStatus) PR_CancelJob(PRJob *job);
Parameter
The function has the following parameter:
job- A pointer to a
PRJobstructure returned by aPR_QueueJobfunction representing the job to be cancelled.
