ReactOS 0.4.16-dev-197-g92996da
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "winternl.h"
#include "shlwapi.h"
#include "wingdi.h"
#include "msi.h"
#include "msiquery.h"
#include "objidl.h"
#include "wincrypt.h"
#include "winuser.h"
#include "wininet.h"
#include "winver.h"
#include "urlmon.h"
#include "shlobj.h"
#include "objbase.h"
#include "msidefs.h"
#include "sddl.h"
#include "wine/debug.h"
#include "wine/exception.h"
#include "msipriv.h"
#include "winemsi_s.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | lang_codepage |
Macros | |
#define | COBJMACROS |
Variables | |
struct { | |
int id | |
const WCHAR * text | |
} | internal_errors [] |
|
static |
Definition at line 918 of file package.c.
|
static |
Definition at line 365 of file package.c.
Referenced by MSI_CreatePackage().
|
static |
Definition at line 126 of file package.c.
Referenced by free_package_structures().
|
static |
Definition at line 106 of file package.c.
Referenced by free_package_structures().
|
static |
Definition at line 61 of file package.c.
Referenced by free_package_structures().
Definition at line 86 of file package.c.
Referenced by free_package_structures().
|
static |
Definition at line 148 of file package.c.
Referenced by MSI_FreePackage().
|
static |
Definition at line 521 of file package.c.
Referenced by set_msi_assembly_prop().
Definition at line 1802 of file package.c.
Referenced by MSI_ProcessMessage().
|
static |
Definition at line 1298 of file package.c.
Referenced by MSI_OpenPackageW().
|
static |
Definition at line 1242 of file package.c.
Referenced by get_local_package(), and MSI_OpenPackageW().
|
static |
Definition at line 1247 of file package.c.
Referenced by MSI_OpenPackageW().
|
static |
Definition at line 1214 of file package.c.
Referenced by get_product_code(), and get_product_version().
|
static |
Definition at line 2183 of file package.c.
Referenced by msi_get_property(), MsiGetPropertyA(), and MsiGetPropertyW().
Definition at line 1252 of file package.c.
Referenced by get_local_package().
|
static |
Definition at line 1700 of file package.c.
Referenced by MSI_ProcessMessageVerbatim().
|
static |
Definition at line 949 of file package.c.
Referenced by MSI_CreatePackage().
void msi_adjust_privilege_properties | ( | MSIPACKAGE * | package | ) |
Definition at line 964 of file package.c.
Referenced by MSI_CreatePackage(), MSI_InstallPackage(), and MSI_OpenPackageW().
UINT msi_clone_properties | ( | MSIDATABASE * | db | ) |
Definition at line 381 of file package.c.
Referenced by MSI_CreatePackage(), and msi_table_apply_transform().
Definition at line 1062 of file package.c.
Referenced by apply_patch_package(), and MSI_OpenPackageW().
MSIPACKAGE * MSI_CreatePackage | ( | MSIDATABASE * | db | ) |
Definition at line 977 of file package.c.
Definition at line 1026 of file package.c.
Referenced by MSI_OpenPackageW(), and ready_media().
LPWSTR msi_dup_property | ( | MSIDATABASE * | db, |
LPCWSTR | prop | ||
) |
Definition at line 2283 of file package.c.
Referenced by set_installer_properties().
void msi_free_action_script | ( | MSIPACKAGE * | package, |
UINT | script | ||
) |
Definition at line 137 of file package.c.
Referenced by execute_script(), and free_package_structures().
|
static |
Definition at line 339 of file package.c.
LPWSTR msi_get_error_message | ( | MSIDATABASE * | db, |
int | error | ||
) |
Definition at line 1818 of file package.c.
Referenced by ACTION_ExecuteAction(), MSI_OpenPackageW(), MSI_ProcessMessage(), and ui_actioninfo().
WCHAR * msi_get_package_code | ( | MSIDATABASE * | db | ) |
Definition at line 1277 of file package.c.
Referenced by ACTION_PublishProduct(), and publish_product_properties().
UINT msi_get_property | ( | MSIDATABASE * | db, |
LPCWSTR | szName, | ||
LPWSTR | szValueBuf, | ||
LPDWORD | pchValueBuf | ||
) |
Definition at line 2250 of file package.c.
Referenced by create_temp_dir(), deformat_property(), dialog_get_checkbox_state(), msi_create_temp_file(), msi_dup_property(), MSI_InstallPackage(), and msi_set_property().
int msi_get_property_int | ( | MSIDATABASE * | db, |
LPCWSTR | prop, | ||
int | def | ||
) |
Definition at line 2305 of file package.c.
Referenced by ACTION_AllocateRegistrySpace(), ACTION_CostFinalize(), ACTION_FindRelatedProducts(), ACTION_InstallFiles(), ACTION_MigrateFeatureStates(), ACTION_RegisterProduct(), dialog_adjust_dialog_pos(), get_root_key(), is_obsoleted_by_patch(), msi_adjust_privilege_properties(), MSI_InstallPackage(), msi_set_context(), MSI_SetFeatureStates(), MsiEnumComponentCostsW(), MsiGetLanguage(), MsiGetMode(), publish_install_properties(), and publish_product_properties().
UINT MSI_OpenPackageW | ( | LPCWSTR | szPackage, |
DWORD | dwOptions, | ||
MSIPACKAGE ** | pPackage | ||
) |
Definition at line 1384 of file package.c.
Referenced by MSI_OpenProductW(), MsiDetermineApplicablePatchesW(), MsiInstallProductW(), MsiOpenPackageExW(), MsiReinstallFeatureW(), and open_package().
UINT msi_package_add_info | ( | MSIPACKAGE * | package, |
DWORD | context, | ||
DWORD | options, | ||
LPCWSTR | property, | ||
LPWSTR | value | ||
) |
Definition at line 2625 of file package.c.
Referenced by msi_load_media_info().
UINT msi_package_add_media_disk | ( | MSIPACKAGE * | package, |
DWORD | context, | ||
DWORD | options, | ||
DWORD | disk_id, | ||
LPWSTR | volume_label, | ||
LPWSTR | disk_prompt | ||
) |
Definition at line 2648 of file package.c.
Referenced by msi_load_media_info().
INT MSI_ProcessMessage | ( | MSIPACKAGE * | package, |
INSTALLMESSAGE | eMessageType, | ||
MSIRECORD * | record | ||
) |
Definition at line 1909 of file package.c.
Referenced by ACTION_AllocateRegistrySpace(), ACTION_ExecuteAction(), ACTION_MsiPublishAssemblies(), ACTION_MsiUnpublishAssemblies(), ACTION_ProcessComponents(), ACTION_PublishFeatures(), ACTION_PublishProduct(), ACTION_RegisterClassInfo(), ACTION_RegisterExtensionInfo(), ACTION_RegisterMIMEInfo(), ACTION_RegisterProduct(), ACTION_RegisterProgIdInfo(), ACTION_RegisterUser(), ACTION_RemoveFiles(), ACTION_ResolveSource(), ACTION_ShowDialog(), ACTION_UnregisterClassInfo(), ACTION_UnregisterExtensionInfo(), ACTION_UnregisterMIMEInfo(), ACTION_UnregisterProgIdInfo(), change_media(), dialog_create(), file_update_ui(), ITERATE_AppSearch(), ITERATE_CreateFolders(), ITERATE_CreateShortcuts(), ITERATE_DeleteService(), ITERATE_DuplicateFiles(), ITERATE_FindRelatedProducts(), ITERATE_InstallODBCDataSource(), ITERATE_InstallODBCDriver(), ITERATE_InstallODBCTranslator(), ITERATE_MoveFiles(), iterate_properties(), ITERATE_PublishComponent(), ITERATE_RegisterFonts(), ITERATE_RegisterTypeLibraries(), ITERATE_RemoveDuplicateFiles(), ITERATE_RemoveEnvironmentString(), ITERATE_RemoveFiles(), ITERATE_RemoveFolders(), ITERATE_RemoveIniValuesOnInstall(), ITERATE_RemoveIniValuesOnUninstall(), ITERATE_RemoveODBCDataSource(), ITERATE_RemoveODBCDriver(), ITERATE_RemoveODBCTranslator(), ITERATE_RemoveRegistryValuesOnInstall(), ITERATE_RemoveRegistryValuesOnUninstall(), ITERATE_RemoveShortcuts(), ITERATE_SelfRegModules(), ITERATE_SelfUnregModules(), ITERATE_StartService(), ITERATE_StopService(), ITERATE_UnpublishComponent(), ITERATE_UnregisterFonts(), ITERATE_UnregisterTypeLibraries(), ITERATE_WriteEnvironmentString(), ITERATE_WriteIniValues(), ITERATE_WriteRegistryValues(), MSI_FreePackage(), MSI_OpenPackageW(), msi_ui_progress(), MsiOpenPackageExW(), MsiProcessMessage(), ui_actioninfo(), ui_actionstart(), and unpublish_feature().
INT MSI_ProcessMessageVerbatim | ( | MSIPACKAGE * | package, |
INSTALLMESSAGE | eMessageType, | ||
MSIRECORD * | record | ||
) |
Definition at line 1843 of file package.c.
Referenced by ACTION_ExecuteAction(), MSI_OpenPackageW(), and MSI_ProcessMessage().
void msi_reset_source_folders | ( | MSIPACKAGE * | package | ) |
Definition at line 2089 of file package.c.
Referenced by ACTION_CustomAction(), append_productcode(), dialog_set_property(), ITERATE_AppSearch(), msi_parse_command_line(), msi_set_sourcedir_props(), and MsiSetPropertyW().
UINT msi_set_original_database_property | ( | MSIDATABASE * | db, |
const WCHAR * | package | ||
) |
Definition at line 1310 of file package.c.
Referenced by MSI_InstallPackage(), and MSI_OpenPackageW().
Definition at line 2100 of file package.c.
Referenced by ACTION_CostFinalize(), ACTION_CostInitialize(), ACTION_CustomAction(), ACTION_DisableRollback(), ACTION_INSTALL(), ACTION_ProcessExecSequence(), append_productcode(), dialog_set_property(), event_add_local(), event_add_source(), event_reinstall(), event_reinstall_mode(), event_remove(), ITERATE_AppSearch(), ITERATE_CCPSearch(), msi_adjust_privilege_properties(), MSI_CreatePackage(), MSI_InstallPackage(), msi_load_suminfo_properties(), MSI_OpenPackageW(), msi_parse_command_line(), msi_resolve_target_folder(), msi_set_original_database_property(), msi_set_sourcedir_props(), MSI_SetInstallLevel(), msi_validate_product_id(), MsiSetPropertyW(), patch_set_media_source_prop(), process_overrides(), set_deferred_action_props(), set_installed_prop(), set_installer_properties(), set_msi_assembly_prop(), set_target_path(), and set_user_sid_prop().
Definition at line 1669 of file package.c.
Referenced by s_remote_GetActiveDatabase(), session_invoke(), test_db(), test_emptypackage(), test_invalid_functions(), test_MsiSetProperty(), test_property_table(), test_simple_patch(), test_system_tables(), and test_view_get_error().
Definition at line 2313 of file package.c.
Referenced by check_prop(), da_deferred(), da_immediate(), test_appsearch(), test_appsearch_complocator(), test_appsearch_drlocator(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_ccpsearch(), test_complocator(), test_dbtopackage(), test_formatrecord_tables(), test_installprops(), test_MsiDatabaseCommit(), test_MsiGetSourcePath(), test_MsiOpenProduct(), test_MsiSetProperty(), test_property_table(), test_props(), test_retval(), test_settargetpath(), test_simple_patch(), test_sourcedir(), test_states(), and test_try_transform().
Definition at line 2385 of file package.c.
Referenced by s_remote_GetProperty(), session_invoke(), and test_props().
Definition at line 1664 of file package.c.
Referenced by package_from_db(), test_costs(), test_dbtopackage(), test_emptypackage(), test_externalui_message(), test_invalid_functions(), test_MsiDatabaseCommit(), test_MsiGetFeatureInfo(), test_msipackage(), test_MsiSetComponentState(), test_MsiSetFeatureAttributes(), test_property_table(), test_simple_patch(), test_sourcedir(), and test_top_level_action().
Definition at line 1645 of file package.c.
Referenced by MsiOpenPackageA().
Definition at line 1607 of file package.c.
Referenced by InstallerImpl_OpenPackage(), MsiOpenPackageExA(), MsiOpenPackageW(), and test_null().
INT WINAPI MsiProcessMessage | ( | MSIHANDLE | hInstall, |
INSTALLMESSAGE | eMessageType, | ||
MSIHANDLE | hRecord | ||
) |
Definition at line 2017 of file package.c.
Referenced by __WINE_PRINTF_ATTR(), s_remote_ProcessMessage(), session_invoke(), test_externalui(), test_externalui_message(), and test_processmessage().
Definition at line 2067 of file package.c.
Referenced by nested(), test_appsearch_complocator(), test_condition(), test_format_record(), test_formatrecord2(), test_formatrecord_package(), test_formatrecord_tables(), test_launchconditions(), test_misc(), test_MsiDatabaseCommit(), test_MsiGetProductProperty(), test_MsiGetSourcePath(), test_MsiSetProperty(), test_property_table(), test_props(), test_removefiles(), and test_top_level_action().
Definition at line 2149 of file package.c.
Referenced by MsiSetPropertyA(), s_remote_SetProperty(), and session_invoke().
|
static |
Definition at line 1102 of file package.c.
Referenced by MSI_OpenPackageW().
UINT __cdecl s_remote_EnumComponentCosts | ( | MSIHANDLE | hinst, |
LPCWSTR | component, | ||
DWORD | index, | ||
INSTALLSTATE | state, | ||
LPWSTR | drive, | ||
INT * | cost, | ||
INT * | temp | ||
) |
Definition at line 2618 of file package.c.
MSICONDITION __cdecl s_remote_EvaluateCondition | ( | MSIHANDLE | hinst, |
LPCWSTR | condition | ||
) |
UINT __cdecl s_remote_FormatRecord | ( | MSIHANDLE | hinst, |
struct wire_record * | remote_rec, | ||
LPWSTR * | value | ||
) |
Definition at line 2581 of file package.c.
UINT __cdecl s_remote_GetComponentState | ( | MSIHANDLE | hinst, |
LPCWSTR | component, | ||
INSTALLSTATE * | installed, | ||
INSTALLSTATE * | action | ||
) |
Definition at line 2560 of file package.c.
UINT __cdecl s_remote_GetFeatureCost | ( | MSIHANDLE | hinst, |
LPCWSTR | feature, | ||
MSICOSTTREE | cost_tree, | ||
INSTALLSTATE | state, | ||
INT * | cost | ||
) |
Definition at line 2612 of file package.c.
UINT __cdecl s_remote_GetFeatureState | ( | MSIHANDLE | hinst, |
LPCWSTR | feature, | ||
INSTALLSTATE * | installed, | ||
INSTALLSTATE * | action | ||
) |
Definition at line 2549 of file package.c.
BOOL __cdecl s_remote_GetMode | ( | MSIHANDLE | hinst, |
MSIRUNMODE | mode | ||
) |
UINT __cdecl s_remote_GetProperty | ( | MSIHANDLE | hinst, |
LPCWSTR | property, | ||
LPWSTR * | value, | ||
DWORD * | size | ||
) |
Definition at line 2452 of file package.c.
Definition at line 2522 of file package.c.
Definition at line 2500 of file package.c.
int __cdecl s_remote_ProcessMessage | ( | MSIHANDLE | hinst, |
INSTALLMESSAGE | message, | ||
struct wire_record * | remote_rec | ||
) |
Definition at line 2475 of file package.c.
Definition at line 2495 of file package.c.
UINT __cdecl s_remote_SetComponentState | ( | MSIHANDLE | hinst, |
LPCWSTR | component, | ||
INSTALLSTATE | state | ||
) |
Definition at line 2566 of file package.c.
UINT __cdecl s_remote_SetFeatureState | ( | MSIHANDLE | hinst, |
LPCWSTR | feature, | ||
INSTALLSTATE | state | ||
) |
Definition at line 2555 of file package.c.
Definition at line 2576 of file package.c.
UINT __cdecl s_remote_SetMode | ( | MSIHANDLE | hinst, |
MSIRUNMODE | mode, | ||
BOOL | state | ||
) |
Definition at line 2544 of file package.c.
Definition at line 2517 of file package.c.
|
static |
Definition at line 457 of file package.c.
Referenced by MSI_OpenPackageW().
|
static |
Definition at line 631 of file package.c.
Referenced by MSI_CreatePackage().
|
static |
Definition at line 588 of file package.c.
Referenced by set_installer_properties().
|
static |
Definition at line 473 of file package.c.
Referenced by set_installer_properties().
|
static |
Definition at line 1171 of file package.c.
Referenced by MSI_OpenPackageW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |
const struct { ... } internal_errors[] |
Referenced by get_internal_error_message().
Definition at line 1794 of file package.c.
Referenced by _create_option_elem(), _get_text_iface(), _set_text_data(), _test_comment_text(), _test_create_text(), _test_elem_innertext(), _test_elem_set_innertext(), _test_option_put_text(), _test_option_text(), _test_range_put_text(), _test_range_text(), _test_select_name(), _test_select_set_name(), _test_style_csstext(), _test_style_set_csstext(), _test_text_data(), _test_text_length(), _text_append_data(), aa_colorref(), aa_comp(), AboutProtocol_Start(), add_field(), add_field_from_token(), add_local_oid_text_to_control(), add_text_with_paraformat_to_control(), add_unformatted_text_to_control(), CNotifyToolbar::AddButton(), addItem(), AddMenuItem(), AddTextButton(), append_file(), append_file_test(), backSpaceEdit(), bind_callback_OnProgress(), bind_script_to_text(), BookmarkCompletionFunction(), BUTTON_CalcLabelRect(), BUTTON_DrawLabel(), cache_get_text(), cache_put_text(), CB_ThemedPaint(), cctrl_create_new(), cert_mgr_show_cert_usages(), check_auto_fields(), check_file_matches(), check_mask(), class_object_GetObjectText(), combobox_add_item(), CommandCompletionFunction(), CompletionFunction(), compute_text_mesh(), SEALED_::ControlWindowProc(), CreateEditLabelT(), CreateStatusWindowA(), CreateStatusWindowW(), ctrl_resize(), customWordBreakProc(), D3DXCreateTextA(), D3DXCreateTextW(), DataObjectImpl_CreateFromHGlobal(), DataObjectImpl_CreateText(), debuglvcolumn_t(), debuglvitem_t(), debugscrollinfo(), debugstr_t(), debugtext_t(), debugtext_tn(), DECLARE_INTERFACE_(), DefFrameProcA(), dialog_add_control(), DIALOG_COPY_MOVE_DlgProc(), dialog_create_radiobutton(), dialog_create_window(), dialog_dirlist_handler(), dialog_edit_control(), dialog_get_uitext(), DIALOG_GoTo_DialogProc(), dialog_handle_event(), dialog_hyperlink(), dialog_scrolltext_control(), dialog_text_control(), dialog_vcl_add_columns(), dialog_volsel_handler(), dispevent_Invoke(), display_app_usages(), display_cert_usages(), RdpClientUI::Display_DrawText(), doc_write(), DocHostContainer_set_status_text(), DoWaitForWindow(), draw_driver_string(), draw_text(), Graphics::DrawDriverString(), DrawStatusTextA(), DrawStatusTextW(), dump_CallBackFlags(), dump_D3dBufferCallbacks(), dump_D3dCallbacks(), dump_D3dDriverData(), dump_D3dTextureFormats(), dump_halinfo(), EDIT_BuildLineDefs_ML(), EDIT_WM_SetText(), EditStreamCallback(), error(), exec_tests(), expect_indexA_imp(), find_window(), GB_ThemedPaint(), GDI32_GdipDrawDriverString(), GdipDrawDriverString(), GdipMeasureDriverString(), get_binary_name(), get_ip(), getdlgitem_test_dialog_proc(), GinaLoadFailedWindowProc(), glPrint(), handle_context_menu(), HLPFILE_BrowseParagraph(), HTMLBodyElement_get_text(), HTMLBodyElement_put_text(), HTMLDocument3_createTextNode(), HTMLDOMTextNode_splitText(), HTMLElement2_getAdjacentText(), HTMLElement_insertAdjacentText(), HTMLOptionElementFactory_create(), HTMLStyle_get_cssText(), tinyxml2::XMLDocument::Identify(), IFileDialogCustomize_fnGetEditBoxText(), Imm32CompAttrAnsiToWide(), Imm32CompAttrWideToAnsi(), Imm32CompClauseAnsiToWide(), Imm32CompClauseWideToAnsi(), InfpSubstituteString(), insert_item(), is_text(), ITERATE_PublishComponent(), ITextRange_fnFindText(), ITextRange_fnFindTextEnd(), ITextRange_fnFindTextStart(), ITextSelection_fnFindText(), ITextSelection_fnFindTextEnd(), ITextSelection_fnFindTextStart(), ITextSelection_fnTypeText(), listbox_add_item(), listview_add_item(), RegistrySettings::Load(), load_icon(), locale_update_registry(), main(), MAIN_MessageBoxIDS(), MAIN_MessageBoxIDS_s(), main_window_procA(), main_window_procW(), MainWndProc(), maskedit_set_text(), ME_FindText(), ME_InsertRowStart(), ME_IsCandidateAnURL(), ME_MakeFirstParagraph(), ME_SetText(), ME_StreamOutRTFText(), ME_WmCreate(), MimeMessage_GetTextBody(), mpg123_copy_string(), msgbox_hook_proc(), MyTextOut(), tinyxml2::XMLDocument::NewText(), notify_forward_header(), notify_generic_text_handler(), nsPromptService_Alert(), CMenuToolbarBase::OnCustomDraw(), CAutoComplete::OnListSelChange(), OstreamIteratorTest::ostmit0(), PAGER_ConvertText(), PAGER_RestoreText(), PAGER_SendConvertedNotify(), parent_wnd_proc(), parse_elem_text(), parse_event_elem(), parse_extern_script(), parse_index_obj_node_param(), parse_inline_script(), parse_obj_node_param(), parse_text(), PARSER_string_substA(), PARSER_string_substW(), PB_ThemedPaint(), PdhGetCounterInfoA(), PdhGetCounterInfoW(), pp_add_define(), PrefOptCompletionFunction(), print_disconnect_reason(), prompt_save_changes(), propsys_FormatForDisplayAlloc(), tinyxml2::XMLPrinter::PushText(), read_file_test(), readconfigtext(), RemoteCompletionFunction(), RemoteDirCompletionFunction(), RemoteFileCompletionFunction(), run_script(), SaveColumnSettings(), script_parse_event(), scrolltext_add_text(), SearchCHM_File(), set_cert_info(), set_cert_name_string(), set_cert_validity_period(), set_policy_text(), setItem(), CListView::SetItemText(), setItemUnicodeNotify(), SetMacro(), SetMatrixMessage(), tinyxml2::XMLText::ShallowClone(), tinyxml2::XMLUnknown::ShallowClone(), tinyxml2::XMLText::ShallowEqual(), show_export_details(), show_import_details(), show_tooltip(), SoftModalMessageBox(), SOFTWARE_GdipDrawDriverString(), split_ip(), START_TEST(), STATIC_PaintTextfn(), status_code_GetErrorCodeText(), status_code_GetFacilityCodeText(), STATUSBAR_SetTextT(), STATUSBAR_SetTipTextA(), STATUSBAR_SetTipTextW(), STATUSBAR_WMSetText(), WebChildWindow::StatusTextChange(), RegistrySettings::Store(), SubclassButtonProc(), taskdialog_add_button(), taskdialog_create_label(), taskdialog_draw_expando_control(), taskdialog_get_label_size(), taskdialog_gettext(), taskdialog_set_element_text(), taskdialog_toggle_expando_control(), test__wcsnset_s(), test_async_xhr(), test_aw_conversion_dlgprocA(), test_aw_conversion_dlgprocW(), test_aw_conversion_wndproc(), test_bitmap_font_glyph_index(), Test_bug3481(), test_buttons(), test_CBN_SELCHANGE(), test_checkboxes(), test_combo_CBN_SELCHANGE(), test_create(), test_CreateMessage(), test_createtext(), test_data_handles(), test_DrawState(), test_DrawTextCalcRect(), test_EM_AUTOURLDETECT(), test_EM_EXLIMITTEXT(), test_EM_GETLINE(), test_EM_LINELENGTH(), test_EM_POSFROMCHAR(), test_EM_SCROLLCARET(), test_EM_SETFONTSIZE(), test_EM_SETOPTIONS(), test_encoding_detection(), test_eventMask(), test_ExtTextOut(), test_fgetwc_locale(), test_handles_process_open(), test_header(), test_hittest(), test_item_auto_format(), test_items(), test_LVM_GETCOUNTPERPAGE(), test_LVN_ENDLABELEDIT(), test_navigate_page(), test_newline_normalization(), test_openbackup(), test_popup(), test_preserve_charref(), test_put_data(), test_put_nodeValue(), test_ScriptIsComplex(), test_scrollbar_visibility(), test_selection(), test_splitText(), test_state_image(), test_sync_xhr(), test_UDS_SETBUDDYINT(), test_undo(), test_updown_base(), test_updown_create(), test_WM_GETTEXT(), test_word_wrap(), textdupTtoW(), textlenT(), textstream_Read(), textstream_read(), textstream_ReadAll(), textstream_ReadLine(), textstream_Write(), textstream_WriteLine(), textstream_writestr(), TimerProc(), WebChildWindow::TitleChange(), tokenize(), ToolTipProc(), TOOLTIPS_SetToolText(), trace_extended_error(), ui_draw_text(), unimpl(), update_counter(), update_ie_statustext(), CMainWindow::UpdateApplicationsList(), UpdateColumnDataHints(), UpdateStatusBar(), user_notice_dlg_proc(), tinyxml2::XMLPrinter::Visit(), warning(), WINHELP_MessageBoxIDS_s(), winproc_convA(), winproc_convW(), WorkerThread(), WshShell3_Popup(), xmlparser_ExpandEntity(), xmlparser_ParseEntity(), xmlwriter_WriteProcessingInstruction(), xsltAttrListTemplateProcess(), xsltAttrTemplateProcess(), xsltParseTemplateContent(), and xsltText().