No formal product support is available from Microsoft for this Beta product. For information about obtaining support for a Beta release, please see the documentation included with the Beta product files, or check the Web location from which you downloaded the release. The information in this article applies to:
SUMMARYWin32 DLLs support a subset of the entire Win32 API. Check the Win32 API documentation and use debugging tools to make sure that the API calls you are using are supported on the platform you are targeting. MORE INFORMATION
In Win32 DLLs, many unsupported functions are implemented as stubs that return ERROR_NOT_IMPLEMENTED. The error indicates that the API function is not supported on the current platform. REFERENCESFor additional information about the Win32 API, please see the following article(s) in the Microsoft Knowledge Base: Q83520 General Overview of Win32s Additional query words: compatguidediff
Keywords : kbDLL kbWinOS2000 kbSDKWin32 kbGrpKernBase |
Last Reviewed: May 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |