AfxGetPrinterTrayNamesfunction
Returns a list with the names of the printer's paper bins.
Syntax
FUNCTION AfxGetPrinterTrayNames (BYREF wszPrinterName AS WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
Returns a list with the names of the printer's paper bins. The names are separated by a carriage return and a line feed characters.
Description
Returns a list with the names of the printer's paper bins.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:408
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions