Help Center

AfxGetPrinterMaxCopiesfunction

Returns the maximum number of copies the device can print.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterMaxCopies (BYREF wszPrinterName AS WSTRING) AS LONG

Parameters

NameDescription
wszPrinterNameThe 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