Platform ID Flags

Const VER_PLATFORM_WIN32s = 0
Const VER_PLATFORM_WIN32_WINDOWS = 1
Const VER_PLATFORM_WIN32_NT = 2

The platform ID flags identify which type of version of Windows is running. They cannot be combined.

VER_PLATFORM_WIN32s
Windows 3.x is running, using the Win32s pseudo-32-bit enhancements.
VER_PLATFORM_WIN32_WINDOWS
Windows 95 or 98 is running.
VER_PLATFORM_WIN32_NT
Windows NT is running.

Used by: GetVersionEx (used through OSVERSIONINFO)
Back to the index.


Back to Paul Kuliniewicz's Home Page
E-mail: Borg953@aol.com
This page is at http://members.aol.com/Borg953/api/constants/platformidflags.html