Description:
PrtResetAbort resets an aborted print job to allow a print driver to send multiple reset sequences to the printer. After PrtResetAbort is called successfully, the print driver can issue PrtWrite for this device handle
#define INCL_SPL #define INCL_SPLDOSPRINT #include <os2.h> HFILE hDevice; /* The device handle returned by PrtOpen. */ ULONG rc; /* Return codes. */ rc = PrtResetAbort(hDevice);