Data Structures |
| struct | feature_control |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (urlmon) |
| static HRESULT | parse_schema (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_canonicalize_url (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_security_url (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_encode (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_path_from_url (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_security_domain (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_domain (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| static HRESULT | parse_rootdocument (LPCWSTR url, DWORD flags, LPWSTR result, DWORD size, DWORD *rsize) |
| HRESULT WINAPI | CoInternetParseUrl (LPCWSTR pwzUrl, PARSEACTION ParseAction, DWORD dwFlags, LPWSTR pszResult, DWORD cchResult, DWORD *pcchResult, DWORD dwReserved) |
| HRESULT WINAPI | CoInternetCombineUrl (LPCWSTR pwzBaseUrl, LPCWSTR pwzRelativeUrl, DWORD dwCombineFlags, LPWSTR pwzResult, DWORD cchResult, DWORD *pcchResult, DWORD dwReserved) |
| HRESULT WINAPI | CoInternetCompareUrl (LPCWSTR pwzUrl1, LPCWSTR pwzUrl2, DWORD dwCompareFlags) |
| HRESULT WINAPI | CoInternetQueryInfo (LPCWSTR pwzUrl, QUERYOPTION QueryOption, DWORD dwQueryFlags, LPVOID pvBuffer, DWORD cbBuffer, DWORD *pcbBuffer, DWORD dwReserved) |
| static void | set_feature_on_process (INTERNETFEATURELIST feature, BOOL enable) |
| static HRESULT | set_internet_feature (INTERNETFEATURELIST feature, DWORD flags, BOOL enable) |
| static BOOL | get_feature_from_reg (HKEY feature_control, LPCWSTR feature_name, LPCWSTR process_name, BOOL *enabled) |
| static HRESULT | load_process_feature (INTERNETFEATURELIST feature) |
| static HRESULT | get_feature_from_process (INTERNETFEATURELIST feature) |
| static HRESULT | get_internet_feature (INTERNETFEATURELIST feature, DWORD flags) |
| HRESULT WINAPI | CoInternetSetFeatureEnabled (INTERNETFEATURELIST FeatureEntry, DWORD dwFlags, BOOL fEnable) |
| HRESULT WINAPI | CoInternetIsFeatureEnabled (INTERNETFEATURELIST FeatureEntry, DWORD dwFlags) |
Variables |
| static const WCHAR | feature_control_keyW [] |
| static const WCHAR | feature_object_cachingW [] |
| static const WCHAR | feature_zone_elevationW [] |
| static const WCHAR | feature_mime_handlingW [] |
| static const WCHAR | feature_mime_sniffingW [] |
| static const WCHAR | feature_window_restrictionsW [] |
| static const WCHAR | feature_weboc_popupmanagementW [] |
| static const WCHAR | feature_behaviorsW [] |
| static const WCHAR | feature_disable_mk_protocolW [] |
| static const WCHAR | feature_localmachine_lockdownW [] |
| static const WCHAR | feature_securitybandW [] |
| static const WCHAR | feature_restrict_activexinstallW [] |
| static const WCHAR | feature_validate_navigate_urlW [] |
| static const WCHAR | feature_restrict_filedownloadW [] |
| static const WCHAR | feature_addon_managementW [] |
| static const WCHAR | feature_protocol_lockdownW [] |
| static const WCHAR | feature_http_username_password_disableW [] |
| static const WCHAR | feature_safe_bindtoobjectW [] |
| static const WCHAR | feature_unc_savedfilecheckW [] |
| static const WCHAR | feature_get_url_dom_filepath_unencodedW [] |
| static const WCHAR | feature_tabbed_browsingW [] |
| static const WCHAR | feature_ssluxW [] |
| static const WCHAR | feature_disable_navigation_soundsW [] |
| static const WCHAR | feature_disable_legacy_compressionW [] |
| static const WCHAR | feature_force_addr_and_statusW [] |
| static const WCHAR | feature_xmlhttpW [] |
| static const WCHAR | feature_disable_telnet_protocolW [] |
| static const WCHAR | feature_feedsW [] |
| static const WCHAR | feature_block_input_promptsW [] |
| static CRITICAL_SECTION | process_features_cs = { &process_features_cs_dbg, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | process_features_cs_dbg |
| static feature_control | process_feature_controls [FEATURE_ENTRY_COUNT] |