DevMode.exe Changes Printer Parameters from Application (51739)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q51739

SUMMARY

For an application to use the printer most effectively, sometimes it is necessary for the user to modify the printer settings. To accomplish this, an application can activate the settings dialog box for the printer driver of the currently selected printer.

DEVMODE demonstrates how this may be done. Three steps are required:
  1. Load the printer driver.
  2. Get the procedure address of the "DEVICEMODE" procedure exported by the driver.
  3. Call the procedure through the procedure address.
The settings dialog box is responsible for obtaining any information from the user and for saving any changes in the appropriate ini file.

Chapter 17 of the "Microsoft Windows Software Development Kit Guide to Programming" provides additional information on this procedure.

MORE INFORMATION

The following files are available for download from the Microsoft Download Center:


DevMode.exe
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 How to Obtain Microsoft Support Files from Online Services

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Modification Type:MinorLast Reviewed:2/11/2005
Keywords:kbdownload kbfile kbinfo kbSample KB51739 kbAudDeveloper