|
ReactOS 0.4.16-dev-2224-g3637fd8
|
#include "ntstatus.h"#include "wine/test.h"#include "winbase.h"#include "winternl.h"#include "appmodel.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | GET_PROC(func) p##func = (void *)GetProcAddress(hmod, #func); |
| #define | ACPI 0x41435049 |
| #define | FIRM 0x4649524D |
| #define | RSMB 0x52534D42 |
| #define | TEST_VERSION_WIN7 1 |
| #define | TEST_VERSION_WIN8 2 |
| #define | TEST_VERSION_WIN8_1 4 |
| #define | TEST_VERSION_WIN10 8 |
Functions | |
| static | BOOL (WINAPI *pGetProductInfo)(DWORD |
| static DWORD *static | UINT (WINAPI *pEnumSystemFirmwareTables)(DWORD |
| static | LONG (WINAPI *pPackageIdFromFullName)(const WCHAR * |
| static UINT32 BYTE *static | NTSTATUS (WINAPI *pNtQuerySystemInformation)(SYSTEM_INFORMATION_CLASS |
| static void | init_function_pointers (void) |
| static void | test_GetProductInfo (void) |
| static void | test_GetVersionEx (void) |
| static void | test_VerifyVersionInfo (void) |
| static void | test_SystemFirmwareTable (void) |
| static const WCHAR * | arch_string_from_code (UINT32 arch) |
| static unsigned int | get_package_str_size (const WCHAR *str) |
| static unsigned int | get_package_id_size (const PACKAGE_ID *id) |
| static void | packagefullname_from_packageid (WCHAR *buffer, size_t count, const PACKAGE_ID *id) |
| static void | test_PackageIdFromFullName (void) |
| static void | test_pe_os_version_child (unsigned int test) |
| static void | test_pe_os_version (void) |
| START_TEST (version) | |
Variables | |
| static | DWORD |
| static | UINT32 |
| static UINT32 BYTE *static void | ULONG |
| struct { | |
| UINT32 code | |
| const WCHAR * name | |
| BOOL broken | |
| } | arch_data [] |
| struct { | |
| unsigned int pe_version_major | |
| unsigned int pe_version_minor | |
| unsigned int manifest_versions | |
| unsigned int expected_major | |
| unsigned int expected_minor | |
| } | test_pe_os_version_tests [] |
Definition at line 807 of file version.c.
Referenced by packagefullname_from_packageid().
|
static |
Definition at line 823 of file version.c.
Referenced by test_PackageIdFromFullName().
Definition at line 43 of file version.c.
Referenced by START_TEST().
|
static |
Definition at line 829 of file version.c.
Referenced by test_PackageIdFromFullName().
| START_TEST | ( | version | ) |
Definition at line 1123 of file version.c.
Definition at line 60 of file version.c.
Referenced by START_TEST().
Definition at line 121 of file version.c.
Referenced by START_TEST().
Definition at line 837 of file version.c.
Referenced by START_TEST().
Definition at line 1008 of file version.c.
Referenced by START_TEST().
Definition at line 992 of file version.c.
Referenced by START_TEST().
Definition at line 713 of file version.c.
Referenced by START_TEST().
Definition at line 176 of file version.c.
Referenced by START_TEST().
| const struct { ... } arch_data[] |
Referenced by arch_string_from_code(), and test_PackageIdFromFullName().
| BOOL broken |
Definition at line 795 of file version.c.
Referenced by test_PackageIdFromFullName(), and test_SystemFirmwareTable().
Definition at line 974 of file version.c.
Referenced by test_pe_os_version().
Definition at line 973 of file version.c.
Referenced by test_pe_os_version().
Definition at line 973 of file version.c.
Referenced by test_pe_os_version().
| const struct { ... } test_pe_os_version_tests[] |
Referenced by test_pe_os_version(), and test_pe_os_version_child().