|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <specstrings.h>

Go to the source code of this file.
Macros | |
| #define | _versionhelpers_H_INCLUDED_ |
| #define | VERSIONHELPERAPI FORCEINLINE BOOL |
| #define _versionhelpers_H_INCLUDED_ |
Definition at line 24 of file versionhelpers.h.
| #define VERSIONHELPERAPI FORCEINLINE BOOL |
Definition at line 31 of file versionhelpers.h.
| VERSIONHELPERAPI IsActiveSessionCountLimited | ( | ) |
Definition at line 132 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindows10OrGreater | ( | ) |
Definition at line 118 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindows7OrGreater | ( | ) |
Definition at line 88 of file versionhelpers.h.
Referenced by CheckValidation(), RunApphelpCacheControlTests(), START_TEST(), Test_Flags(), TEST_InvalidFlags(), and Test_TimeAdjustment().
| VERSIONHELPERAPI IsWindows7SP1OrGreater | ( | ) |
Definition at line 94 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindows8OrGreater | ( | ) |
Definition at line 100 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindows8Point1OrGreater | ( | ) |
Definition at line 106 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsServer | ( | ) |
Definition at line 124 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsThresholdOrGreater | ( | ) |
Definition at line 112 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsVersionOrGreater | ( | WORD | wMajorVersion, |
| WORD | wMinorVersion, | ||
| WORD | wServicePackMajor | ||
| ) |
Definition at line 35 of file versionhelpers.h.
Referenced by IsWindows10OrGreater(), IsWindows7OrGreater(), IsWindows7SP1OrGreater(), IsWindows8OrGreater(), IsWindows8Point1OrGreater(), IsWindowsServer2003SP2OrGreater(), IsWindowsThresholdOrGreater(), IsWindowsVistaOrGreater(), IsWindowsVistaSP1OrGreater(), IsWindowsVistaSP2OrGreater(), IsWindowsXPOrGreater(), IsWindowsXPSP1OrGreater(), IsWindowsXPSP2OrGreater(), and IsWindowsXPSP3OrGreater().
| VERSIONHELPERAPI IsWindowsVistaOrGreater | ( | ) |
Definition at line 70 of file versionhelpers.h.
Referenced by ForceMinimizeThreadFunc(), MRUList_DataList(), MRUList_PidlList(), SHPropertyBag_OnMemory(), SHPropertyBag_OnRegKey(), SHPropertyBag_ReadTest(), START_TEST(), TEST_AssocQueryStringA(), Test_CompareIDs(), Test_CopyImage_Flags(), TEST_DoTestEntries(), testCharNext(), testCharPrev(), and TestPairExtraction().
| VERSIONHELPERAPI IsWindowsVistaSP1OrGreater | ( | ) |
Definition at line 76 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsVistaSP2OrGreater | ( | ) |
Definition at line 82 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsXPOrGreater | ( | ) |
Definition at line 46 of file versionhelpers.h.
Referenced by TEST_StrDupA(), and TEST_StrDupW().
| VERSIONHELPERAPI IsWindowsXPSP1OrGreater | ( | ) |
Definition at line 52 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsXPSP2OrGreater | ( | ) |
Definition at line 58 of file versionhelpers.h.
| VERSIONHELPERAPI IsWindowsXPSP3OrGreater | ( | ) |
Definition at line 64 of file versionhelpers.h.