Description:
PrtAbort terminates operations to the output device identified by hDevice handle.
#include <os2.h> HFILE hDevice; /* The device handle returned by PrtOpen. */ PrtAbort(hDevice);