|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| DWORD WINAPI | GetVersion (VOID) |
| BOOL WINAPI | GetVersionExW (IN LPOSVERSIONINFOW lpVersionInformation) |
| BOOL WINAPI | GetVersionExA (IN LPOSVERSIONINFOA lpVersionInformation) |
| BOOL WINAPI | VerifyVersionInfoW (IN LPOSVERSIONINFOEXW lpVersionInformation, IN DWORD dwTypeMask, IN DWORDLONG dwlConditionMask) |
| BOOL WINAPI | VerifyVersionInfoA (IN LPOSVERSIONINFOEXA lpVersionInformation, IN DWORD dwTypeMask, IN DWORDLONG dwlConditionMask) |
| BOOL WINAPI GetVersionExA | ( | IN LPOSVERSIONINFOA | lpVersionInformation | ) |
Definition at line 69 of file version.c.
Referenced by acmGetVersion(), IsOS(), IsWindowsXPorLaterCompatible(), START_TEST(), test_GetVersionEx(), test_initvar(), test_VerifyVersionInfo(), and verify_shima_imp().
| BOOL WINAPI GetVersionExW | ( | IN LPOSVERSIONINFOW | lpVersionInformation | ) |
Definition at line 37 of file version.c.
Referenced by _LocalGetPrintServerHandleData(), AllSysInfo(), build_systeminfo_tree(), crt_process_init(), DllMain(), dump_system_info(), ensure_useragent(), FILEDLG95_InitControls(), fill_operatingsystem(), get_app_version(), GetNTDDIVersion(), GetVersion(), GetVersionExA(), init_driver_info(), InitOsVersion(), IsPreVistaOSVersion(), IsWindowsOS(), NetrServerGetInfo(), PrintOSVersion(), ReportProductInfoEvent(), ServiceInit(), START_TEST(), TEST_LocaleTests(), and verify_shimw_imp().
| BOOL WINAPI VerifyVersionInfoA | ( | IN LPOSVERSIONINFOEXA | lpVersionInformation, |
| IN DWORD | dwTypeMask, | ||
| IN DWORDLONG | dwlConditionMask | ||
| ) |
Definition at line 161 of file version.c.
Referenced by test_VerifyVersionInfo().
| BOOL WINAPI VerifyVersionInfoW | ( | IN LPOSVERSIONINFOEXW | lpVersionInformation, |
| IN DWORD | dwTypeMask, | ||
| IN DWORDLONG | dwlConditionMask | ||
| ) |
Definition at line 118 of file version.c.
Referenced by IsActiveSessionCountLimited(), IsWindows8OrGreater(), IsWindowsServer(), IsWindowsVersionOrGreater(), VerifyVersionInfoA(), and winver_equal_or_newer().