What is XcvPort (used in OpenPrinter function)
- by RiskX
I'm usin the OpenPrinter function and the first parameter the function gets called "pPrinterName"
and that's it's MSDN description:
[in] Pointer to a null-terminated string that specifies the name of the printer or print server, the printer object, the XcvMonitor, or the XcvPort.
For a printer object use: PrinterName,Job xxxx. For an XcvMonitor, use: ServerName,XcvMonitor MonitorName. For an XcvPort, use: ServerName,XcvPort PortName.
Obviously I'm interested in the bold part. What exactly is XcvPort? I know it seems like a question of lazy person but I really couldn't find info abou this concept. If I would like to open a printer on port ABC I should write:
"\\MySrever,XcvPort ABC"?
Thank you for your answers!