Calling ExtDeviceMode/DeviceCapabilities in Win32s App

ID: Q132239


The information in this article applies to:
  • Microsoft Win32 Application Programming Interface (API), used with:
    • Microsoft Windows NT, versions 3.5, 3.51
    • Microsoft Windows 95
    • Microsoft Win32s version 1.25


SUMMARY

A Win32-based application running under Windows NT or Windows 95 can call DocumentProperties to change printer settings and DeviceCapabilities to query printer driver capabilities. But if the Win32-based application is running under Win32s, it has to load and call printer drivers directly by using calls such as LoadLibrary, GetProcAddress, ExtDeviceMode, and DeviceCapabilities.

Win32s handles these two printer driver functions specifically by creating a mapping thunk dynamically. The address returned to the Win32-based application by GetProcAddress is actually the address to the thunk that makes the 32-bit to 16-bit transition and calls the printer driver.

The DEVCAP sample shows:

  • How to use DeviceCapabilities to query printer driver capabilities.


  • How to use DocumentProperties under Windows NT or Windows 95 to change printing orientation.


  • How to use ExtDeviceMode under Win32s to change printing orientation.


  • How to work around two DeviceCapabilities bugs in the current version of Win32s (1.25.142) where DC_BINS and DC_PAPERS retrieve a list of DWORD items instead of a list of WORD items.


NOTE: Prior to version 1.25.142, Win32s contained a bug that did not allow ExtDeviceMode to change printing orientation.


MORE INFORMATION

The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:

Devcap.exe
For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words: softlib kbprint kbfile

Keywords : kbfile kbprint kbNTOS350 kbNTOS351 kbSDKWin32 kbWinOS95 kbDSupport
Version : winnt:3.5,3.51
Platform : winnt
Issue type : kbinfo


Last Reviewed: December 4, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.