Calling Configuration Manager from Windows 95 Apps and DLLsLast reviewed: December 13, 1995Article ID: Q141147 |
The information in this article applies to:
SUMMARYFrom a 16-bit Windows-based application or DLL, you can make calls to the Windows 95 Configuration Manager. However, a 32-bit application or DLL cannot make Configuration Manager calls directly; to do so, it must thunk to 16-bit code. To make Configuration Manager calls from 16-bit Windows-based code, you must include the Configmg.h header file from the DDK. You must also follow these steps:
You may find when making 16-bit Windows-based Configuration Manager function calls that the names of some flags as documented in the Windows 95 DDK will not work. In this case, use the flag names as they are listed in the Configmg.h file.
|
Additional reference words: Windows 95 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |