| FUNCTION LIST |
| Function Name |
What It Does |
| Get Default Printer Functions |
| wizGetDefaultPrinterName() |
Retrieves name of (current) default printer. |
| wizGetDefaultPrinterDriver() |
Retrieves the driver name of the current default
printer. |
| wizGetDefaultPrinterPort() |
Retrieves the port of the current default
printer. |
| wizGetDefaultOrientation()* |
Retrieves the orientation (portrait vs
landscape) of default printer. |
| wizGetDefaultPaperSize()* |
Retrieves the paper size code of default paper
size of default printer. |
| wizGetDefaultPaperLength()* |
Retrieves the paper length of the default paper
size of the default printer. |
| wizGetDefaultPaperWidth()* |
Retrieves the paper width of the default paper
size of the default printer. |
| wizGetDefaultCopies()* |
Retrieves the current number of copies setting. |
| wizGetDefaultMaxCopies()* |
Retrieves the maximum number of copies that the
printer driver can accept for the default printer. |
| wizGetDefaultBinNumber() |
Retrieves the current default Bin Number of the
default printer. |
| wizGetDefaultColour()* |
Retrieves the colour setting (colour or
monochrome) for the default printer. |
| wizGetDefaultDuplex()* |
Retrieves the duplex setting for the default
printer. |
| wizGetDefaultHRes()* |
Retrieves the horizontal resolution in dots per
inch (DPI) of the default printer. |
| wizGetDefaultVRes()* |
Retrieves the vertical resolution in dots per
inch (DPI) of the default printer. |
| wizGetDefaultCollate()* |
Retrieves the collation settng from the default
printer. |
| wizGetDefaultFormName()* |
Retrieves the default form name from the default
printer. |
| Set Default Printer Functions |
| wizSetDefaultPrinter() |
Sets the default Windows printer. |
| wizSetDefaultOrientation() |
Sets the orientation (Portrait or Landscape) in
the default printer. |
| wizSetDefaultPaperCode() |
Sets the default paper size. |
| wizSetCustomSize() |
Sets the default paper size to
Custom and allows you to set the dimensions. Quite useful in printing labels
on dot-matrix printers. |
| wizSetDefaultCopies() |
Sets the number of copies in the default
printer. |
| wizSetDefaultQuality()* |
Sets the print quality (device independent). |
| wizSetDefaultDPI() |
Sets the resolution in dots per inch (DPI) in
the default printer. |
| wizSetDefaultBin() |
Sets the default bin in the default printer. |
| wizSetDefaultColourMode()* |
Sets default colour mode in default printer. |
| wizSetDefaultDuplex() |
Turns duplexing on or off, selects mode (short
edge vs. long edge). |
| wizSetDefaultCollate()* |
Sets the collation mode for the printer. |
| Helper/List Functions |
| wizCheckPrinter() |
Checks to see if a printer is actually installed
according to Windows on a given PC. |
| wizListPrinters() |
Creates an ASCII delimted file with names of all
installed printers. |
| wizListPaperNames() |
Creates an ASCII delimited file with names of
all installed printers, along with the Paper Names and ID Numbers supported by each
printer according to the printer driver. |
| wizListBinNames() |
Creates an ASCII delimited file with names of
all installed printers, along with the Bin Names and ID Numbers supported by each printer
according to the printer driver. |
| wizListResolutions() |
Creates an ASCII delimited file with names of
all installed printers, along with the resolutions supported (in dots per inch (DPI))
supported by each printer according to the printer driver. |
| wizListForms()* |
Creates an ASCII delimited file with the names
of all installed printers and the form names installed for each printer. |
| Printing Functions |
| wizPrintFile()* |
Prints a selected file to a given port or
networked printer. |
| wizPrintLine()* |
Sends a single line of text or control codes to
a given port or networked printer. |
| Miscellaneous Functions |
| wizGetEnvVar() |
Retrieves a value of an environment variable
(like DENAME), but can be used for any DOS environment variable. |
wizGetOSVersion()
(modified from 16-bit version) |
Identifies the operating system used on the PC;
returns a code number. |
| wizGetOSName()* |
Identifies the operating system used on the PC;
returns descriptive text. |