The information in this article applies to:
SUMMARYBecause of the variety of computer manufacturers (NEC, Fujitsu, IBMJ, and so on) in Japan, sometimes Windows-based applications need to know which OEM (original equipment manufacturer) manufactured the computer that is running the application. This article explains how. MORE INFORMATION
There is no documented way to detect the manufacturer of the computer that
is currently running an application. However, a Windows-based application
can detect the type of OEM Windows by using the return value of the
GetKeyboardType() function.
Application programs can use these OEM IDs to distinguish the type of OEM
Windows. Note, however, that this method is not documented, so Microsoft
may not support it in the future version of Windows.
As a rule, application developers should write hardware-independent code, especially when making Windows-based applications. If they need to make a hardware-dependent application, they must prepare the separated program file for each different hardware architecture. Additional query words: 3.10 1.20 3.50 kbinf
Keywords : |
Last Reviewed: January 14, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |