Home |
Function USBPrinterInit |
Function USBPrinterInitUSBPrinterInit resets a USB printer: BYTE USBPrinterInit(int PrinterIndex); ParametersPrinterIndexIndex of the USB printer to reset in the range 0 to 3. return valueStatus bit map of the printer. See USBPrinterStatus for details. This function discards all data in the printer's data buffer and resets the printer options to their power-on default values. This function does not discard data queued for printing on the host. Use USBPrintCancel to abort such print jobs.
|