ReactOS
0.4.15-dev-5615-gc3644fd
|
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) |
Definition at line 22 of file version.c.
Referenced by _LocalGetPrinterLevel0(), AfdCreateSocket(), CheckCdrwFilter(), ConvertStringSecurityDescriptorToSecurityDescriptorW(), ConvertStringSidToSidA(), ConvertStringSidToSidW(), CreateAllAccessSecurityAttributes(), dde_connect(), DECLARE_INTERFACE_(), DllMain(), get_host_os_flag(), get_window_region(), GetFileVersionInfoSizeExW(), InitTreeViewItems(), IPropertyStorage_fnWriteMultiple(), is_version_nt(), LoadCardBitmaps(), main(), MDIMainFrame::MDIMainFrame(), MsiGetMode(), OaBuildVersion(), path_to_pidl(), RichEditWndProcW(), SHCreateWorkerWindowW(), SHELL_OsIsUnicode(), START_TEST(), test_button_messages(), test_CopyImage_Bitmap(), test_CopyImage_Check(), test_enum_value(), test_enumdisplaydevices_adapter(), test_GetDiskFreeSpaceA(), test_GetRandomRgn(), test_GetTempPathW(), test_installprops(), test_reg_create_key(), test_SHSimpleIDListFromPath(), testCtrlHandler(), validate_envW(), VerifyPassword(), and VfdIsValidPlatform().
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(), CConfiguration::GetSystemInformation(), GetVersionExA(), init_driver_info(), InitOsVersion(), IsPreVistaOSVersion(), IsWindowsOS(), NetrServerGetInfo(), PrintOSVersion(), ReportProductInfoEvent(), ServiceInit(), START_TEST(), test_assoc_perceived(), 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().