The information in this article applies to:
In the Microsoft Windows environment, an application should perform only those operations specified by the Windows application programming interface (API). Specifically, a Windows-based application should not:
The Windows API has been designed to let programmers write applications in a hardware-independent fashion. However, some programmers may have noticed that the three operations mentioned previously can be performed from both Windows DLLs and applications. Therefore, it may be tempting to avoid coding these operations in a DLL, especially if the DLL's only purpose is to execute functions that seem to operate correctly in an application. However, Microsoft strongly recommends against this practice, for the following two reasons:
Additional query words: 3.00 3.10 no32bit
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |