AfxGetPrinterFromPortfunction
Returns the printer name for a given port name.
Syntax
FUNCTION AfxGetPrinterFromPort (BYREF wszPortName AS WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszPortName | The port name. |
Return value
The printer name.
Description
Returns the printer name for a given port name.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:240
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions