PrinterEnumerate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean PrinterEnumerate(ref SalString<SalArray> sPrinter,
		         ref SalNumber nPrinters)

This method enumerates all mounted printers on this platform in Foundation1 format.

Parameters

Name Description
ref SalString<SalArray> sPrinter Array of printer id's in Fondation1 format
ref SalNumber nPrinters Number of printers in array.

Returns

The return value is TRUE if the all worked out, else FALSE.

not found