Pyrogenesis  trunk
Functions | Variables
wversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const wchar_t * wversion_String ()
 
size_t wversion_Number ()
 
const char * wversion_Family ()
 

Variables

const size_t WVERSION_2K = 0x0500
 
const size_t WVERSION_XP = 0x0501
 
const size_t WVERSION_XP64 = 0x0502
 
const size_t WVERSION_VISTA = 0x0600
 
const size_t WVERSION_7 = 0x0601
 
const size_t WVERSION_8 = 0x0602
 
const size_t WVERSION_8_1 = 0x0603
 
const size_t WVERSION_10 = 0x0604
 

Function Documentation

◆ wversion_Family()

const char* wversion_Family ( )
Returns
short textual representation of the version

◆ wversion_Number()

size_t wversion_Number ( )
Returns
one of the above WVERSION* values

◆ wversion_String()

const wchar_t* wversion_String ( )
Returns
CurrentVersion string from registry

Variable Documentation

◆ WVERSION_10

const size_t WVERSION_10 = 0x0604

◆ WVERSION_2K

const size_t WVERSION_2K = 0x0500

◆ WVERSION_7

const size_t WVERSION_7 = 0x0601

◆ WVERSION_8

const size_t WVERSION_8 = 0x0602

◆ WVERSION_8_1

const size_t WVERSION_8_1 = 0x0603

◆ WVERSION_VISTA

const size_t WVERSION_VISTA = 0x0600

◆ WVERSION_XP

const size_t WVERSION_XP = 0x0501

◆ WVERSION_XP64

const size_t WVERSION_XP64 = 0x0502