AfxGetPrinterMaxCopiesfunction
Returns the maximum number of copies the device can print.
Syntax
FUNCTION AfxGetPrinterMaxCopies (BYREF wszPrinterName AS WSTRING) AS LONG
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The printer name. |
Return value
The maximum number of copies the device can print.
Description
Returns the maximum number of copies the device can print.
Reference
- Include file
AfxPrinter.inc - Defined in AfxNova/AfxPrinter.inc:300
- Documented in Printing/Printer Functions.md
- Topic: Printer Functions