HI! gurus,
Tell me how to cancel printing job when an USB printer is printing so that the job is canceled instantly. So I don’t want to go through the spooler by calling SetPrinter(…) or SetJob(…) APIs. For that reason I used DeviceIoControl(…) API and passed IOCTL_CANCEL_IO. But it is not solving my problem I m getting error code 1 which means “Incorrect function”. So pl. tell me the way in which I can proceed or give me the idea.
Thanx in advance…
Debabrata Debnath.
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com