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_twversion_String ()
 
LIB_API size_t wversion_Number ()
 
const wchar_twversion_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

const wchar_t* wversion_Family ( )
Returns
short textual representation of the version
LIB_API size_t wversion_Number ( )
Returns
one of the above WVERSION* values
const wchar_t* wversion_String ( )
Returns
CurrentVersion string from registry

Variable Documentation

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