What is XcvPort (used in OpenPrinter function)
Posted
by
RiskX
on Stack Overflow
See other posts from Stack Overflow
or by RiskX
Published on 2012-09-25T21:31:11Z
Indexed on
2012/09/25
21:37 UTC
Read the original article
Hit count: 239
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!
© Stack Overflow or respective owner