|
ReactOS 0.4.17-dev-573-g8315b8c
|

Go to the source code of this file.
Classes | |
| struct | feature_control |
Typedefs | |
| typedef struct feature_control | feature_control |
Variables | |
| static const WCHAR | feature_control_keyW [] |
| 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] |
| typedef struct feature_control feature_control |
| HRESULT WINAPI CoInternetCombineUrl | ( | LPCWSTR | pwzBaseUrl, |
| LPCWSTR | pwzRelativeUrl, | ||
| DWORD | dwCombineFlags, | ||
| LPWSTR | pwzResult, | ||
| DWORD | cchResult, | ||
| DWORD * | pcchResult, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 359 of file internet.c.
Definition at line 393 of file internet.c.
| HRESULT WINAPI CoInternetIsFeatureEnabled | ( | INTERNETFEATURELIST | FeatureEntry, |
| DWORD | dwFlags | ||
| ) |
Definition at line 616 of file internet.c.
Referenced by CoInternetIsFeatureEnabledForUrl(), and CoInternetIsFeatureZoneElevationEnabled().
| HRESULT WINAPI CoInternetIsFeatureEnabledForUrl | ( | INTERNETFEATURELIST | FeatureEntry, |
| DWORD | dwFlags, | ||
| LPCWSTR | szURL, | ||
| IInternetSecurityManager * | pSecMgr | ||
| ) |
Definition at line 625 of file internet.c.
| HRESULT WINAPI CoInternetIsFeatureZoneElevationEnabled | ( | LPCWSTR | szFromURL, |
| LPCWSTR | szToURL, | ||
| IInternetSecurityManager * | pSecMgr, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 674 of file internet.c.
| HRESULT WINAPI CoInternetParseUrl | ( | LPCWSTR | pwzUrl, |
| PARSEACTION | ParseAction, | ||
| DWORD | dwFlags, | ||
| LPWSTR | pszResult, | ||
| DWORD | cchResult, | ||
| DWORD * | pcchResult, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 325 of file internet.c.
Referenced by get_protocol_info(), is_registered_protocol(), OleLoadPicturePath(), ResProtocol_Start(), try_application_url(), and UniformResourceLocatorW_InvokeCommand().
| HRESULT WINAPI CoInternetQueryInfo | ( | LPCWSTR | pwzUrl, |
| QUERYOPTION | QueryOption, | ||
| DWORD | dwQueryFlags, | ||
| LPVOID | pvBuffer, | ||
| DWORD | cbBuffer, | ||
| DWORD * | pcbBuffer, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 418 of file internet.c.
| HRESULT WINAPI CoInternetSetFeatureEnabled | ( | INTERNETFEATURELIST | FeatureEntry, |
| DWORD | dwFlags, | ||
| BOOL | fEnable | ||
| ) |
Definition at line 607 of file internet.c.
|
static |
Definition at line 568 of file internet.c.
Referenced by get_internet_feature().
|
static |
Definition at line 482 of file internet.c.
Referenced by load_process_feature().
|
static |
Definition at line 587 of file internet.c.
Referenced by CoInternetIsFeatureEnabled().
|
static |
Definition at line 513 of file internet.c.
Referenced by get_feature_from_process().
|
static |
Definition at line 109 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 228 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 154 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 181 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 258 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 82 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 207 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
Definition at line 135 of file internet.c.
Referenced by CoInternetParseUrl().
|
static |
|
static |
Definition at line 466 of file internet.c.
Referenced by CoInternetSetFeatureEnabled().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
Definition at line 28 of file internet.c.
Referenced by load_process_feature().
|
static |
Definition at line 51 of file internet.c.
Referenced by get_feature_from_process(), load_process_feature(), and set_feature_on_process().
|
static |
Definition at line 31 of file internet.c.
Referenced by get_feature_from_process(), and set_feature_on_process().
|
static |
Definition at line 32 of file internet.c.