Help Center

AfxGetPrinterCollateStatusfunction

Returns the printer collate status.

PrintingfunctionAfxPrinter.incdocumented

Syntax

FUNCTION AfxGetPrinterCollateStatus (BYREF wszPrinterName AS WSTRING) AS LONG

Parameters

NameDescription
wszPrinterNameThe printer name.

Return value

The printer collate status. It can be one of the following: DMCOLLATE_FALSE = Collate is turned off; DMCOLLATE_TRUE = Collate is turned on.

Description

Returns the printer collate status.

Reference

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