Home |
Function USBPrintCancel |
Function USBPrintCancelUSBPrintCancel cancels any pending I/O to a USB printer: BYTE USBPrintCancel(int PrinterIndex); ParametersPrinterIndexIndex of the USB printer to cancel I/O on in the range 0 to 3. return valueStatus bit map of the printer. See USBPrinterStatus for details. This function merely stops all I/O to the printer, but it does not discard any data already sent to the printer residing in the printer's buffer. To discard such data, use USBPrinterInit.
|