HOWTO: Determine Which 32-bit Operating System Is Being UsedLast reviewed: November 10, 1997Article ID: Q137032 |
The information in this article applies to:
SUMMARYAn application may need to perform different tasks depending on which operating system the computer is using. This article shows by example how to detect which operating system your application is using.
MORE INFORMATIONThe Win32 GetVersionEx function returns information that a program can use to identify the operating system. Specifically, it returns the major and minor revision number, build number, and a platform identifier. This function supported only by the Windows 95 and Windows NT 3.5 (or later) 32-bit operating systems.
Steps to Obtain Operating System Information
REFERENCESFor more information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q92936 TITLE : How to Get Windows 3.1 Version Number in VB with GetVersion Keywords : APrgWindow vb432 VB4WIN Version : WINDOWS:4.0 |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |