Does anybody know what the following constants (defined in WinNT.h
) mean?
#define VER_SUITE_COMMUNICATIONS 0x00000008
#define VER_SUITE_EMBEDDED_RESTRICTED 0x00000800
#define VER_SUITE_SECURITY_APPLIANCE 0x00001000
The values are returned in the wSuiteMask
field of the OSVERSIONINFOEX
struct.