|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | tagSDBQUERYRESULT_VISTA |
| struct | tagSDBQUERYRESULT_2k3 |
Macros | |
| #define | test_create_db (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_db_imp |
| #define | test_create_exe (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_exe_imp |
| #define | test_create_file (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_file_imp |
| #define | test_create_ne (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_ne_imp |
| #define | WINVER_ANY 0 |
| #define | WINVER_WINXP 0x0501 |
| #define | WINVER_2003 0x0502 |
| #define | WINVER_VISTA 0x0600 |
| #define | WINVER_WIN7 0x0601 |
| #define | WINVER_WIN8 0x0602 |
| #define | WINVER_WIN81 0x0603 |
| #define | WINVER_WIN10 0x0a00 |
| #define | SDB_MAX_SDBS 16 |
| #define | SDB_MAX_EXES_VISTA 16 |
| #define | SDB_MAX_LAYERS 8 |
| #define | SHIMREG_DISABLE_LAYER (0x00000020) |
| #define | SDBQUERYRESULT_EXPECTED_SIZE_VISTA 456 |
| #define | SDBQUERYRESULT_EXPECTED_SIZE_2k3 344 |
| #define | SDB_MAX_EXES_2k3 4 |
Typedefs | |
| typedef WORD | TAG |
| typedef DWORD | TAGID |
| typedef DWORD | TAGREF |
| typedef UINT64 | QWORD |
| typedef VOID * | PDB |
| typedef VOID * | HSDB |
| typedef INT | PATH_TYPE |
| typedef struct tagSDBQUERYRESULT_VISTA | SDBQUERYRESULT_VISTA |
| typedef struct tagSDBQUERYRESULT_VISTA * | PSDBQUERYRESULT_VISTA |
| typedef struct tagSDBQUERYRESULT_2k3 | SDBQUERYRESULT_2k3 |
| typedef struct tagSDBQUERYRESULT_2k3 * | PSDBQUERYRESULT_2k3 |
Functions | |
| void | test_create_db_imp (const WCHAR *name, int win10) |
| DWORD | test_get_db_size () |
| void | test_create_exe_imp (const WCHAR *name, int skip_rsrc_exports) |
| void | test_create_file_imp (const WCHAR *name, const char *contents, size_t len) |
| void | test_create_ne_imp (const WCHAR *name, int skip_names) |
| DWORD | get_host_winver (void) |
| DWORD | get_module_version (HMODULE mod) |
| void | silence_debug_output (void) |
| BOOL | IsUserAdmin (VOID) |
| C_ASSERT (sizeof(SDBQUERYRESULT_VISTA)==SDBQUERYRESULT_EXPECTED_SIZE_VISTA) | |
| C_ASSERT (sizeof(SDBQUERYRESULT_2k3)==SDBQUERYRESULT_EXPECTED_SIZE_2k3) | |
Variables | |
| DWORD | g_WinVersion |
| #define SDB_MAX_EXES_2k3 4 |
Definition at line 71 of file apphelp_apitest.h.
| #define SDB_MAX_EXES_VISTA 16 |
Definition at line 48 of file apphelp_apitest.h.
| #define SDB_MAX_LAYERS 8 |
Definition at line 49 of file apphelp_apitest.h.
| #define SDB_MAX_SDBS 16 |
Definition at line 47 of file apphelp_apitest.h.
| #define SDBQUERYRESULT_EXPECTED_SIZE_2k3 344 |
Definition at line 69 of file apphelp_apitest.h.
| #define SDBQUERYRESULT_EXPECTED_SIZE_VISTA 456 |
Definition at line 52 of file apphelp_apitest.h.
| #define SHIMREG_DISABLE_LAYER (0x00000020) |
Definition at line 50 of file apphelp_apitest.h.
| #define test_create_db (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_db_imp |
Definition at line 18 of file apphelp_apitest.h.
| #define test_create_exe (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_exe_imp |
Definition at line 19 of file apphelp_apitest.h.
| #define test_create_file (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_file_imp |
Definition at line 20 of file apphelp_apitest.h.
| #define test_create_ne (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_ne_imp |
Definition at line 21 of file apphelp_apitest.h.
| #define WINVER_2003 0x0502 |
Definition at line 30 of file apphelp_apitest.h.
| #define WINVER_ANY 0 |
Definition at line 28 of file apphelp_apitest.h.
| #define WINVER_VISTA 0x0600 |
Definition at line 31 of file apphelp_apitest.h.
| #define WINVER_WIN10 0x0a00 |
Definition at line 35 of file apphelp_apitest.h.
| #define WINVER_WIN7 0x0601 |
Definition at line 32 of file apphelp_apitest.h.
| #define WINVER_WIN8 0x0602 |
Definition at line 33 of file apphelp_apitest.h.
| #define WINVER_WIN81 0x0603 |
Definition at line 34 of file apphelp_apitest.h.
| #define WINVER_WINXP 0x0501 |
Definition at line 29 of file apphelp_apitest.h.
Definition at line 43 of file apphelp_apitest.h.
| static PATH_TYPE |
Definition at line 44 of file apphelp_apitest.h.
| static PDB |
Definition at line 42 of file apphelp_apitest.h.
| typedef struct tagSDBQUERYRESULT_2k3 * PSDBQUERYRESULT_2k3 |
Definition at line 41 of file apphelp_apitest.h.
Definition at line 38 of file apphelp_apitest.h.
| static TAGID |
Definition at line 39 of file apphelp_apitest.h.
Definition at line 40 of file apphelp_apitest.h.
| C_ASSERT | ( | sizeof(SDBQUERYRESULT_2k3) | = =SDBQUERYRESULT_EXPECTED_SIZE_2k3 | ) |
| C_ASSERT | ( | sizeof(SDBQUERYRESULT_VISTA) | = =SDBQUERYRESULT_EXPECTED_SIZE_VISTA | ) |
Definition at line 796 of file data.c.
Referenced by START_TEST().
Definition at line 811 of file data.c.
Referenced by run_test(), and START_TEST().
Definition at line 81 of file register.cpp.
Definition at line 841 of file data.c.
Referenced by START_TEST().
Definition at line 778 of file data.c.
Definition at line 467 of file data.c.
Definition at line 555 of file data.c.
Referenced by test_crc2_imp(), and test_crc_imp().
Definition at line 523 of file data.c.
| DWORD test_get_db_size | ( | ) |
Definition at line 773 of file data.c.
Referenced by test_TagRef().
|
extern |
Definition at line 795 of file data.c.
Referenced by expect_Sdb_imp(), get_host_winver(), START_TEST(), test_AllowPermLayer(), Test_ApphelpCheckRunApp(), test_ApplicationAttributes(), test_CheckDatabaseManually(), test_DataTags(), test_GetDatabaseInformation(), test_GetDatabaseInformationEmpty(), Test_GetMatchingExe(), Test_layers(), test_match_ex(), test_MatchApplications(), test_mode_generic(), Test_repeatlayer(), test_Sdb(), test_SdbGetAppPatchDir(), test_SdbTagToStringAllTags(), test_SetPermLayerStateLevel(), test_Sign_Media(), and test_TagRef().