AfxGetPrinterCollateStatusfunction
Returns the printer collate status.
Syntax
FUNCTION AfxGetPrinterCollateStatus (BYREF wszPrinterName AS WSTRING) AS LONG
Parameters
| Name | Description | |
|---|---|---|
wszPrinterName | The 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