Help Center

AfxGetPrinterCopiesfunction

Returns the number of copies printed if the device supports multiple-page copies.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterCopies (BYREF wszPrinterName AS WSTRING) AS LONG

Parameters

NameDescription
wszPrinterNameThe printer name.

Return value

The number of copies to print.

Description

Returns the number of copies to print if the device supports multiple-page copies.

Reference

  • Include file AfxPrinter.inc
  • Defined in AfxNova/AfxPrinter.inc:553
  • Documented in Printing/Printer Functions.md
  • Topic: Printer Functions