Help Center

AfxGetPrinterPaperNamesfunction

Returns a list of supported paper names (for example, Letter or Legal).

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterPaperNames (BYREF wszPrinterName AS WSTRING) AS DWSTRING

Parameters

NameDescription
wszPrinterNameThe printer name.

Return value

A list of papernames are separated by a carriage return and a line feed characters.

Description

Returns a list of supported paper names (for example, Letter or Legal).

Reference

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