|
ReactOS 0.4.16-dev-1875-g3000d45
|
#include <ntstatus.h>#include <windows.h>#include <shlwapi.h>#include <winnt.h>#include <winternl.h>#include <winerror.h>#include <stdio.h>#include <initguid.h>#include <pseh/pseh2.h>#include "wine/test.h"#include "apphelp_apitest.h"
Go to the source code of this file.
Classes | |
| struct | _DB_INFORMATION |
Typedefs | |
| typedef struct _DB_INFORMATION | DB_INFORMATION |
| typedef struct _DB_INFORMATION * | PDB_INFORMATION |
| #define expect_indexA (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_indexA_imp |
| #define match_dw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_dw_attr_imp |
| #define match_guid_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_guid_attr_imp |
| #define match_qw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_qw_attr_imp |
| #define match_strw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_strw_attr_imp |
| #define TAG_APP_NAME (0x6 | TAG_TYPE_STRINGREF) |
| #define TAG_APP_NAME_RC_ID (0x24 | TAG_TYPE_DWORD) |
| #define TAG_APPHELP (0xD | TAG_TYPE_LIST) |
| #define TAG_APPHELP_DETAILS (0x18 | TAG_TYPE_STRINGREF) |
| #define TAG_APPHELP_TITLE (0x1B | TAG_TYPE_STRINGREF) |
| #define TAG_BIN_FILE_VERSION (0x2 | TAG_TYPE_QWORD) |
| #define TAG_BIN_PRODUCT_VERSION (0x3 | TAG_TYPE_QWORD) |
| #define TAG_CHECKSUM (0x3 | TAG_TYPE_DWORD) |
| #define TAG_COMMAND_LINE (0x8 | TAG_TYPE_STRINGREF) |
| #define TAG_COMPANY_NAME (0x9 | TAG_TYPE_STRINGREF) |
| #define TAG_COMPILER_VERSION (0x22 | TAG_TYPE_STRINGREF) |
| #define TAG_DATA (0xF | TAG_TYPE_LIST) |
| #define TAG_DATA_BITS (0x5 | TAG_TYPE_BINARY) |
| #define TAG_DATABASE (0x1 | TAG_TYPE_LIST) |
| #define TAG_DATABASE_ID (0x7 | TAG_TYPE_BINARY) |
| #define TAG_EXE (0x7 | TAG_TYPE_LIST) |
| #define TAG_EXE_ID (0x4 | TAG_TYPE_BINARY) |
| #define TAG_FILE_DESCRIPTION (0x12 | TAG_TYPE_STRINGREF) |
| #define TAG_FILE_VERSION (0x13 | TAG_TYPE_STRINGREF) |
| #define TAG_FLAG_LUA (0x10 | TAG_TYPE_QWORD) |
| #define TAG_FLAGS (0x17 | TAG_TYPE_DWORD) |
| #define TAG_GENERAL (0x2 | TAG_TYPE_NULL) |
| #define TAG_HTMLHELPID (0x15 | TAG_TYPE_DWORD) |
| #define TAG_INCLUDE (0x1 | TAG_TYPE_NULL) |
| #define TAG_INEXCLUD (0x3 | TAG_TYPE_LIST) |
| #define TAG_INTERNAL_NAME (0x15 | TAG_TYPE_STRINGREF) |
| #define TAG_LAYER (0xB | TAG_TYPE_LIST) |
| #define TAG_LAYER_TAGID (0x1A | TAG_TYPE_DWORD) |
| #define TAG_LEGAL_COPYRIGHT (0x16 | TAG_TYPE_STRINGREF) |
| #define TAG_LINK (0xE | TAG_TYPE_LIST) |
| #define TAG_LINK_DATE (0x1D | TAG_TYPE_DWORD) |
| #define TAG_LINK_URL (0x19 | TAG_TYPE_STRINGREF) |
| #define TAG_LINKER_VERSION (0x1C | TAG_TYPE_DWORD) |
| #define TAG_MATCH_MODE (0x1 | TAG_TYPE_WORD) |
| #define TAG_MATCHING_FILE (0x8 | TAG_TYPE_LIST) |
| #define TAG_MODULE (0x3 | TAG_TYPE_STRINGREF) |
| #define TAG_MODULE_TYPE (0x6 | TAG_TYPE_DWORD) |
| #define TAG_NAME (0x1 | TAG_TYPE_STRINGREF) |
| #define TAG_ORIGINAL_FILENAME (0x14 | TAG_TYPE_STRINGREF) |
| #define TAG_OS_PLATFORM (0x23 | TAG_TYPE_DWORD) |
| #define TAG_PE_CHECKSUM (0xB | TAG_TYPE_DWORD) |
| #define TAG_PROBLEMSEVERITY (0x10 | TAG_TYPE_DWORD) |
| #define TAG_PRODUCT_NAME (0x10 | TAG_TYPE_STRINGREF) |
| #define TAG_PRODUCT_VERSION (0x11 | TAG_TYPE_STRINGREF) |
| #define TAG_SHIM_REF (0x9| TAG_TYPE_LIST) |
| #define TAG_SIZE (0x1 | TAG_TYPE_DWORD) |
| #define TAG_STRINGTABLE (0x801 | TAG_TYPE_LIST) |
| #define TAG_STRINGTABLE_ITEM (0x801 | TAG_TYPE_STRING) |
| #define TAG_SUMMARY_MSG_RC_ID (0x26 | TAG_TYPE_DWORD) |
| #define TAG_TIME (0x1 | TAG_TYPE_QWORD) |
| #define TAG_UPTO_BIN_FILE_VERSION (0xD | TAG_TYPE_QWORD) |
| #define TAG_UPTO_BIN_PRODUCT_VERSION (0x6 | TAG_TYPE_QWORD) |
| #define TAG_UPTO_LINK_DATE (0x1E | TAG_TYPE_DWORD) |
| #define TAG_VENDOR (0x5 | TAG_TYPE_STRINGREF) |
| #define TAG_VENDOR_NAME_RC_ID (0x25 | TAG_TYPE_DWORD) |
| #define TAG_VERFILEOS (0x9 | TAG_TYPE_DWORD) |
| #define TAG_VERFILETYPE (0xA | TAG_TYPE_DWORD) |
| #define TAG_WILDCARD_NAME (0xB | TAG_TYPE_STRINGREF) |
| typedef struct _DB_INFORMATION DB_INFORMATION |
| typedef struct _DB_INFORMATION * PDB_INFORMATION |
|
static |
Definition at line 1196 of file db.cpp.
Referenced by test_mode_generic().
Definition at line 1016 of file db.cpp.
Referenced by test_CheckDatabaseManually().
Definition at line 950 of file db.cpp.
Referenced by test_CheckDatabaseManually().
Definition at line 705 of file db.cpp.
Referenced by test_CheckDatabaseManually().
Definition at line 675 of file db.cpp.
Referenced by test_CheckDatabaseManually().
Definition at line 806 of file db.cpp.
Referenced by check_db_exes().
Definition at line 739 of file db.cpp.
Referenced by check_db_exes().
Definition at line 854 of file db.cpp.
Referenced by check_db_exes().
| DEFINE_GUID | ( | GUID_DATABASE_TEST | , |
| 0xe39b0eb0 | , | ||
| 0x55db | , | ||
| 0x450b | , | ||
| 0x9b | , | ||
| 0xd4 | , | ||
| 0xd2 | , | ||
| 0x0c | , | ||
| 0x94 | , | ||
| 0x84 | , | ||
| 0x26 | , | ||
| 0x0f | |||
| ) |
| DEFINE_GUID | ( | GUID_MAIN_DATABASE | , |
| 0x11111111 | , | ||
| 0x1111 | , | ||
| 0x1111 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | , | ||
| 0x11 | |||
| ) |
Definition at line 1949 of file db.cpp.
Definition at line 1451 of file db.cpp.
Referenced by START_TEST(), test_Data(), and test_MatchApplicationsEx().
Definition at line 653 of file db.cpp.
Definition at line 616 of file db.cpp.
| START_TEST | ( | db | ) |
Definition at line 2074 of file db.cpp.
Definition at line 1099 of file db.cpp.
Referenced by START_TEST().
Definition at line 1905 of file db.cpp.
Referenced by START_TEST().
Definition at line 1726 of file db.cpp.
Referenced by test_Data().
Definition at line 1041 of file db.cpp.
Referenced by test_CheckDatabaseManually().
Definition at line 192 of file db.cpp.
Referenced by test_Sdb().
Definition at line 1961 of file db.cpp.
Referenced by START_TEST().
Definition at line 1179 of file db.cpp.
Referenced by test_mode_generic().
|
static |
Definition at line 1473 of file db.cpp.
Definition at line 1392 of file db.cpp.
Definition at line 1540 of file db.cpp.
|
static |
Definition at line 1210 of file db.cpp.
Definition at line 247 of file db.cpp.
Referenced by START_TEST().
Definition at line 534 of file db.cpp.
Referenced by START_TEST().
Definition at line 1585 of file db.cpp.
Referenced by START_TEST().
Definition at line 408 of file db.cpp.
Referenced by START_TEST().
|
static |
Definition at line 2035 of file db.cpp.
Referenced by START_TEST().
Definition at line 518 of file db.cpp.
Referenced by test_stringtable().
Definition at line 1433 of file db.cpp.
Referenced by extract_resource().
| DWORD adwExeFlags_0 |
Definition at line 878 of file db.cpp.
Referenced by check_adwExeFlags(), and test_mode_generic().
Definition at line 872 of file db.cpp.
Referenced by check_db_exes().
Definition at line 1000 of file db.cpp.
Referenced by check_db_apphelp().
Definition at line 999 of file db.cpp.
Referenced by check_db_apphelp().
| TAGREF atrLayers_0 |
Definition at line 879 of file db.cpp.
Referenced by test_mode_generic().
| DWORD dwLayerCount |
Definition at line 876 of file db.cpp.
Referenced by expect_layeronly_imp().
Definition at line 147 of file db.cpp.
Referenced by test_GetDatabaseInformationEmpty().
Definition at line 171 of file db.cpp.
Referenced by __getmainargs(), _dump_DIENVELOPE(), _tsearchenv(), _tsearchenv_s(), _wgetenv(), check_live_target(), compat_getenv(), create_process_params(), CreateProcessA(), CreateProcessAsUserA(), CreateProcessAsUserW(), CreateProcessInternalA(), CreateProcessInternalW(), CreateProcessW(), dde_connect(), driver_load(), env_get_entry_countA(), execute_from_key(), find_execT(), get_env(), get_env_length(), get_wine_loader_name(), getenv(), GetEnvironmentStringsA(), ITERATE_RemoveEnvironmentString(), ITERATE_WriteEnvironmentString(), LocalAddMonitor(), LocalGetPrinterDriverDirectory(), myAddPrinterDriverEx(), ok_argsA_imp(), ok_argsW_imp(), open_driver_reg(), open_env_key(), process2(), RtlSetEnvironmentVariable(), SdbGetMatchingExe(), search_dll_path(), select_file_name(), SetEnvironmentStringsA(), SetEnvironmentStringsW(), SHELL_execute(), SHELL_ExecuteW(), SHELL_FindExecutable(), SHELL_quote_and_execute(), SHELL_TryAppPathW(), start_debugger(), test_child_env(), test_create_env(), test_Environment(), test_envvar(), test_fenv(), test_utf8(), test_wshshell(), testSet(), testSetHelper(), validate_envW(), WshEnvironment_Create(), and WshShell3_get_Environment().
Definition at line 881 of file db.cpp.
Referenced by doChild(), and test_mode_generic().
| GUID exe_id |
Definition at line 874 of file db.cpp.
Referenced by check_db_exes().
Definition at line 875 of file db.cpp.
Referenced by test_mode_generic().
Definition at line 156 of file db.cpp.
Referenced by __get_fdigit(), CDirectoryList::AddPathsFromDirectory(), CertFindCertificateInStore(), compare_FindGlyph(), ConvertPathCase(), DoAddFilesFromItem(), DoDeleteSpecW(), DoLoadImageFile(), DoSpecExistsW(), EnumColorProfilesA(), EnumColorProfilesW(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase_unique(), expect_files(), FileCompareOneSideWild(), FileCompareWildTitle(), basic_string< _CharT, _Traits, _Alloc >::find(), TArrayAsVector< T >::Find(), FindTest::find0(), FindTest::find1(), FindTest::find_char(), basic_string< _CharT, _Traits, _Alloc >::find_first_of(), find_next(), FindTest::findif0(), FTPFINDNEXT_FindNextFileProc(), FTPFINDNEXT_FindNextFileW(), XMLStorage::XMLNode::AttributeMap::get(), main(), match_dw_attr_imp(), match_guid_attr_imp(), match_qw_attr_imp(), match_strw_attr_imp(), NewExtDlg_OnOK(), on_mime_message_available(), FileTypeManager::operator[](), opt_findl(), opt_finds(), XMLStorage::XMLReaderBase::parse(), RecentHasShortcut(), remove(), run_tests_EM_FINDTEXT(), SaveDIBToFile(), SdbFindFirstNamedTag(), search(), search_n(), SHAddToRecentDocs(), SHDOCVW_GetPathOfShortcut(), strstr(), TcpipAddIpDlg(), TcpipAdvGwDlg(), TcpipFilterPortDlg(), test__lcreat(), test_GetAbsolutePathName(), and TestMessageHandler().
Definition at line 156 of file db.cpp.
Referenced by SdbFindFirstNamedTag(), and SymFromName().
|
static |
Definition at line 137 of file db.cpp.
Referenced by START_TEST().
| DWORD htmlhelpid |
Definition at line 997 of file db.cpp.
Referenced by check_db_apphelp().
| PDB_INFORMATION information |
Definition at line 179 of file db.cpp.
Referenced by _IRQL_requires_max_(), FxWmiIrpHandler::_RegInfo(), ClassInterpretSenseInfo(), ClasspAccessAlignmentProperty(), ClasspDeviceGetLBAStatus(), ClasspDeviceLBProvisioningProperty(), ClasspDeviceMediaTypeProperty(), ClasspDeviceSeekPenaltyProperty(), ClasspDeviceTrimProperty(), ClasspWriteCacheProperty(), FxWmiIrpHandler::CompleteWmiExecuteMethodRequest(), FxWmiIrpHandler::CompleteWmiQueryAllDataRequest(), FxWmiIrpHandler::CompleteWmiQuerySingleInstanceRequest(), InterpretTransferPacketError(), RequestHandleQueryPropertyWriteCache(), SdbGetDatabaseInformation(), and UACPI_PACKED().
| LPCWSTR layerName |
Definition at line 174 of file db.cpp.
Referenced by SdbGetLayerTagRef(), SdbpAddExeLayers(), and SdbpAddNamedLayerMatch().
Definition at line 998 of file db.cpp.
Referenced by __rpc_freebroadifs(), _link_put_disabled(), _link_put_href(), _link_put_rel(), _link_put_rev(), _link_put_type(), _test_link_disabled(), _test_link_href(), _test_link_media(), _test_link_rel(), _test_link_rev(), _test_link_type(), abs_path_link(), af_latin_metrics_init_widths(), BadBlockQueryRoutine(), check_db_apphelp(), CreateMainShortcut(), CreateSymbolicLinkW(), CRYPT_AsnDecodeSPCLinkInternal(), decode_op_readlink(), FindNextVolumeW(), free_filename_nodes(), CNtObjectFolder::GetDetailsEx(), CNtObjectFolder::GetDetailsOf(), GetVolumePathNamesForVolumeNameW(), handle_nfs41_link(), HLPFILE_AllocLink(), IHlinkBC_fnRelease(), IHlinkBC_GetHlink(), IHlinkBC_SetCurrentHlink(), IHlinkBC_SetInitialHlink(), IHlinkBC_UpdateHlink(), init_linklist(), InitBadBlocks(), Subdivider::join_s(), Subdivider::join_t(), main(), ME_UpdateLinkAttribute(), netif_output(), nfs41_symlink_target(), qalloc(), NtObjDirectory::read_directory(), region_uninstall_handler(), CNtObjectFolder::ResolveSymLink(), rpc_broadcast_exp(), send_inode(), send_read_symlink(), slipif_rxbyte(), test_decodeSPCLink(), test_encodeSPCLink(), test_encodeSPCPEImage(), test_HlinkGetSetStringReference(), test_symboliclink(), test_symlinks(), testLinkCert(), WINHELP_FindLink(), WINHELP_HandleTextMouse(), write_dlldata(), write_dlldata_list(), WVTAsn1SpcLinkDecode(), and WVTAsn1SpcLinkEncode().
Definition at line 176 of file db.cpp.
Referenced by __acrt_GetTempPath2A(), __acrt_GetTempPath2W(), __dcrt_peek_console_input_a(), __dcrt_read_console(), __dcrt_read_console_input(), __dcrt_write_console(), _enumerateContextW(), _enumerateGlobalPassthroughW(), _enumerateGlobalW(), _enumerateProvidersW(), _enumerateProviderW(), _hread(), _hwrite(), _RpcAddPortEx(), _tfullpath(), _thunkNetResourceArrayAToW(), _thunkNetResourceArrayWToA(), AddPortExA(), AddPortExW(), AllSysInfo(), AVISaveVW(), BatchGetString(), BuildAdvPropTitle(), BuildDesktopNameList(), BuildWindowStationNameList(), CM_Set_Class_Registry_PropertyA(), CM_Set_DevNode_Registry_Property_ExA(), COMBO_GetText(), COMBO_GetTextA(), COMBO_GetTextW(), ConInKey(), CopyLoop(), Create(), CSR_API(), DECLARE_INTERFACE_(), DeviceProblemTextA(), DisplayClassCoinstallers(), DisplayClassProperties(), DisplayDeviceCoinstallers(), DisplayDevicePropertyText(), DisplayUsage(), DrawTextFromResource(), EngFileWrite(), EngpFileIoRequest(), EnumMRUListA(), EnumMRUListW(), FileGetString(), FilterFindFirst(), FilterFindNext(), FilterGetInformation(), FilterInstanceFindFirst(), FilterInstanceFindNext(), FilterInstanceGetInformation(), FilterVolumeFindFirst(), FilterVolumeFindNext(), FilterVolumeInstanceFindFirst(), FilterVolumeInstanceFindNext(), FormatMessageA(), FormatMessageSafeW(), FormatMessageW(), FormatString(), GdipGetSupportedFileExtensions(), GenerateComputerName(), GetAllUsersProfileDirectoryA(), GetAtomNameA(), GetAtomNameW(), GetBootResourceList(), GetCharacterTimeout(), GetCharWidth32A(), GetCharWidth32W(), GetCharWidthA(), GetCharWidthI(), GetCharWidthW(), GetClipboardFormatNameA(), GetColorDescription(), GetComputerNameA(), GetComputerNameExA(), GetComputerNameExW(), GetComputerNameFromRegistry(), GetComputerNameW(), GetCurrentDirectoryA(), GetCurrentDirectoryW(), GetDefaultUserProfileDirectoryA(), GetDllDirectoryA(), GetDllDirectoryW(), GetDllList(), GetEnvironmentVariableA(), GetEnvironmentVariableW(), GetEventLogInformation(), GetFontObjectA(), GetFontResourceInfoW(), GetFullPathNameA(), GetFullPathNameW(), GetKeyNameTextA(), GetLocalisedText(), GetLogicalDriveStringsA(), GetLogicalDriveStringsW(), GetObjectA(), GetObjectW(), GetProfilesDirectoryA(), GetRefreshRateDescription(), GetServices(), GetSystemDirectoryA(), GetSystemDirectoryW(), GetSystemWindowsDirectoryA(), GetSystemWindowsDirectoryW(), GetTempPathA(), GetUserProfileDirectoryA(), GetWindowsDirectoryA(), GetWindowsDirectoryW(), GlobalGetAtomNameA(), GlobalGetAtomNameW(), GlobalMemoryStatus(), GlobalMemoryStatusEx(), HTTP_HttpQueryInfoW(), HttpQueryInfoA(), HttpQueryInfoW(), IntAddGlobalAtom(), InternetQueryOptionA(), InternetQueryOptionW(), InternetReadFile(), InternetReadFileExW(), InternetSetOptionA(), InternetSetOptionExA(), InternetSetOptionExW(), InternetSetOptionW(), InternetWriteFile(), IntGetAtomName(), IntGetConsoleInput(), IntReadConsole(), IntReadConsoleOutput(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), InvokeRemoteRegistryPickerDialog(), IsDataUnicode(), K32LoadStringExW(), K32LoadStringW(), LoadRdpSettingsFromFile(), LoadStringWrapW(), LocalAddPortEx(), LocalmonAddPortEx(), LsapLoadString(), LsapLoadStringEx(), main(), MAPIFreeBuffer(), MDI_UpdateFrameText(), MsiLoadStringA(), MsiLoadStringW(), NDdeShareAddA(), NDdeShareAddW(), NDdeShareEnumA(), NDdeShareEnumW(), NDdeShareGetInfoA(), NDdeShareGetInfoW(), NDdeShareSetInfoA(), NDdeShareSetInfoW(), NDdeTrustedShareEnumA(), NDdeTrustedShareEnumW(), NPEnumResource(), NpGetUserNamep(), NPSCopyStringA(), NtGdiExtGetObjectW(), NtUserBuildNameList(), PALETTE_GetObject(), ParseSettings(), pCDevSettings_ReadHardwareInfo(), PeekConsoleInput(), PeekConsoleInputA(), PeekConsoleInputW(), PeekNamedPipe(), CDownloadManager::PerformDownloadAndInstall(), pSetupOpenAndMapFileForRead(), pSetupStringTableStringFromIdEx(), pSetupUnmapAndCloseFile(), QueryConfig2A(), QueryConfig2W(), QueryServiceConfig2A(), QueryServiceConfig2W(), QueryServiceStatusEx(), ReadAndHandleOutput(), ReadConsoleA(), ReadConsoleInput(), ReadConsoleInputA(), ReadConsoleInputExA(), ReadConsoleInputExW(), ReadConsoleInputW(), ReadConsoleOutputA(), ReadConsoleOutputW(), ReadConsoleW(), ReadDirectoryChangesW(), ReadEventLogA(), ReadEventLogW(), ReadFile(), ReadFileEx(), ReadProcessMemory(), ReadRdpFile(), ReadUrlCacheEntryStream(), REnumServiceGroupW(), REnumServicesStatusA(), REnumServicesStatusExA(), REnumServicesStatusExW(), REnumServicesStatusW(), RQueryServiceConfig2A(), RQueryServiceConfig2W(), RQueryServiceStatusEx(), SampLoadString(), SdbQueryData(), SdbQueryDataEx(), SdbQueryDataExTagID(), SearchPathA(), SearchPathW(), SetActiveComputerNameToRegistry(), SetAllVars(), SetComputerNameExA(), SetComputerNameExW(), SetComputerNameToRegistry(), SetRegTextData(), SETUP_GetValueString(), SndMixerGetLineName(), SndMixerGetProductName(), test_async_file_errors(), test_normal_imports(), Toolhelp32ReadProcessMemory(), User32GetSystemFilePath(), VirtualQuery(), VirtualQueryEx(), wmain(), WNetEnumResourceA(), WNetEnumResourceW(), WNetGetResourceInformationA(), WNetGetResourceInformationW(), WNetGetResourceParentA(), WNetGetResourceParentW(), WNetGetUniversalNameA(), WNetGetUniversalNameW(), WriteConsole(), WriteConsoleA(), WriteConsoleInputA(), WriteConsoleInputVDMA(), WriteConsoleInputVDMW(), WriteConsoleInputW(), WriteConsoleOutputA(), WriteConsoleOutputW(), WriteConsoleW(), WriteFile(), WriteFileEx(), and WriteProcessMemory().
Definition at line 176 of file db.cpp.
Referenced by SdbQueryData(), SdbQueryDataEx(), and SdbQueryDataExTagID().
Definition at line 176 of file db.cpp.
Referenced by SdbQueryData(), SdbQueryDataEx(), and SdbQueryDataExTagID().
Definition at line 176 of file db.cpp.
Referenced by SdbQueryData(), SdbQueryDataEx(), and SdbQueryDataExTagID().
Definition at line 171 of file db.cpp.
Referenced by __acrt_MessageWindowA(), __acrt_MessageWindowW(), _CrtDbgReport(), _CrtDbgReportW(), _module_name_from_addr(), AtlUpdateRegistryFromResourceD(), common_message_window(), debugsymbols_AddSyntheticModule(), debugsymbols_AddSyntheticModuleWide(), debugsymbols_GetModuleNames(), DECLARE_INTERFACE_(), FILEDLG95_MRU_get_slot(), FILEDLG95_MRU_load_filename(), FILEDLG95_MRU_save_filename(), FT_Done_Library(), FT_Get_Module(), ft_property_do(), FT_Property_Get(), FT_Property_Set(), load_process_feature(), ps_property_set(), test_IME(), test_ImportDescriptors(), and test_QueryFullProcessImageNameW().
Definition at line 156 of file db.cpp.
Referenced by SdbFindFirstNamedTag().
Definition at line 160 of file db.cpp.
Referenced by test_Sdb().
| PDB pdb |
Definition at line 173 of file db.cpp.
Referenced by Database::BeginWriteListTag(), check_db_apphelp(), check_db_exes(), check_db_layer(), check_db_properties(), check_matching_apphelp(), check_matching_file(), check_matching_layer(), codeview_process_info(), Database::EndWriteListTag(), GetSdbGuid(), match_dw_attr_imp(), match_guid_attr_imp(), match_qw_attr_imp(), match_strw_attr_imp(), MSI_OpenDatabaseW(), pdb_ds_read(), pdb_init(), pdb_jg_read(), pdb_read_ds_file(), pdb_read_jg_file(), ProcessExe(), ProcessLayers(), query_perf_data(), SdbBeginWriteListTag(), SdbCloseDatabase(), SdbCloseDatabaseWrite(), SdbCreateDatabase(), SdbEndWriteListTag(), SdbFindFirstNamedTag(), SdbFindFirstTag(), SdbFindNextTag(), SdbGetBinaryTagData(), SdbGetDatabaseID(), SdbGetDatabaseInformation(), SdbGetDatabaseVersion(), SdbGetFirstChild(), SdbGetLayerTagRef(), SdbGetMatchingExe(), SdbGetNextChild(), SdbGetStringTagPtr(), SdbGetTagDataSize(), SdbGetTagFromTagID(), SdbInstall(), SdbOpenDatabase(), SdbpAddDatabaseGuid(), SdbpAddExeLayers(), SdbpAddExeMatch(), SdbpAddNamedLayerMatch(), SdbpCheckTagIDType(), SdbpCreate(), SdbpFlush(), SdbpGetOrAddStringRef(), SdbpGetString(), SdbpGetTagSize(), SdbpMatchExe(), SdbpMatchFileAttributes(), SdbpOpenDatabase(), SdbpReadData(), SdbpWrite(), SdbpWriteStringtable(), SdbQueryDataEx(), SdbQueryDataExTagID(), SdbReadBinaryTag(), SdbReadDWORDTag(), SdbReadQWORDTag(), SdbReadStringTag(), SdbReadWORDTag(), SdbRegisterDatabaseEx(), SdbTagIDToTagRef(), SdbUninstall(), SdbWriteBinaryTag(), SdbWriteBinaryTagFromFile(), SdbWriteDWORDTag(), SdbWriteNULLTag(), SdbWriteQWORDTag(), SdbWriteStringRefTag(), SdbWriteStringTag(), SdbWriteWORDTag(), SeiAddFlag(), SeiBuildGlobalInclExclList(), SeiBuildInclExclList(), SeiBuildShimRefArray(), SeiGetDWORD(), SeiGetQWORD(), SeiGetStringPtr(), SeiInit(), SeiReadInExclude(), test_CheckDatabaseManually(), test_DataTags(), test_GetDatabaseInformation(), test_GetDatabaseInformationEmpty(), test_is_testdb(), test_match_ex(), test_mode_generic(), test_RegQueryValueExPerformanceData(), test_Sdb(), test_stringtable(), test_TagRef(), test_write_ex(), Database::toSdb(), InExclude::toSdb(), ShimRef::toSdb(), FlagRef::toSdb(), Shim::toSdb(), Flag::toSdb(), Data::toSdb(), Layer::toSdb(), MatchingFile::toSdb(), Exe::toSdb(), ValidateShim(), write_db_strings(), Database::WriteBinary(), Database::WriteDWord(), WriteGeneric(), Database::WriteQWord(), and Database::WriteString().
Definition at line 172 of file db.cpp.
Referenced by SdbTagRefToTagID().
Definition at line 178 of file db.cpp.
Referenced by SdbQueryDataExTagID().
Definition at line 177 of file db.cpp.
Referenced by SdbQueryDataEx().
Definition at line 171 of file db.cpp.
Referenced by expect_indexA_imp().
Definition at line 156 of file db.cpp.
Referenced by test_CheckDatabaseManually().
| struct { ... } test_exedata[5] |
Referenced by check_db_exes(), test_MatchApplications(), and test_mode_generic().
| struct { ... } test_layerdata[2] |
| TAGID tiExe |
Definition at line 178 of file db.cpp.
Referenced by SdbQueryDataExTagID().
Definition at line 173 of file db.cpp.
Referenced by SdbQueryDataEx(), and SdbTagIDToTagRef().
| TAGREF trApphelp |
Definition at line 880 of file db.cpp.
Referenced by test_mode_generic().
| static TAGREF trWhich |
Definition at line 172 of file db.cpp.
Referenced by SdbQueryData(), SdbQueryDataEx(), and SdbTagRefToTagID().
Definition at line 873 of file db.cpp.
Referenced by check_db_exes(), ComponentFactory_CreateDecoder(), ComponentFactory_CreateDecoderFromFileHandle(), ComponentFactory_CreateDecoderFromFilename(), ComponentFactory_CreateDecoderFromStream(), ComponentFactory_CreateEncoder(), ComponentFactory_CreateMetadataReader(), ComponentFactory_CreateMetadataReaderFromContainer(), ComponentFactory_CreateMetadataWriter(), ComponentFactory_CreateMetadataWriterFromReader(), ComponentFactory_CreateQueryWriter(), ComponentFactory_CreateQueryWriterFromReader(), find_decoder(), get_gpu_description(), gl_GetString(), ImagingFactory_CreateDecoder(), init_format_filter_info(), MetadataReaderInfo_GetVendorGUID(), query_gpu_description(), SampleGrabber_IBaseFilter_QueryVendorInfo(), and wined3d_adapter_init_gl_caps().