ReactOS 0.4.16-dev-1-gcf26321
|
Go to the source code of this file.
typedef struct _tagCODEBASEHOLD CODEBASEHOLD |
typedef enum FEATURE_ADDON_MANAGEMENT |
typedef enum FEATURE_BEHAVIORS |
typedef enum FEATURE_BLOCK_INPUT_PROMPTS |
typedef enum FEATURE_DISABLE_MK_PROTOCOL |
typedef enum FEATURE_DISABLE_TELNET_PROTOCOL |
typedef enum FEATURE_FEEDS |
typedef enum FEATURE_FORCE_ADDR_AND_STATUS |
typedef enum FEATURE_LOCALMACHINE_LOCKDOWN |
typedef enum FEATURE_MIME_HANDLING |
typedef enum FEATURE_MIME_SNIFFING |
typedef enum FEATURE_PROTOCOL_LOCKDOWN |
typedef enum FEATURE_RESTRICT_ACTIVEXINSTALL |
typedef enum FEATURE_RESTRICT_FILEDOWNLOAD |
typedef enum FEATURE_SAFE_BINDTOOBJECT |
typedef enum FEATURE_SECURITYBAND |
typedef enum FEATURE_SSLUX |
typedef enum FEATURE_TABBED_BROWSING |
typedef enum FEATURE_UNC_SAVEDFILECHECK |
typedef enum FEATURE_VALIDATE_NAVIGATE_URL |
typedef enum FEATURE_WEBOC_POPUPMANAGEMENT |
typedef enum FEATURE_WINDOW_RESTRICTIONS |
typedef enum FEATURE_XMLHTTP |
typedef enum FEATURE_ZONE_ELEVATION |
typedef enum INTERNETFEATURELIST |
typedef struct _tagCODEBASEHOLD * LPCODEBASEHOLD |
HRESULT WINAPI AsyncInstallDistributionUnit | ( | LPCWSTR | , |
LPCWSTR | , | ||
LPCWSTR | , | ||
DWORD | , | ||
DWORD | , | ||
LPCWSTR | , | ||
IBindCtx * | , | ||
LPVOID | , | ||
DWORD | |||
) |
HRESULT WINAPI CoGetClassObjectFromURL | ( | REFCLSID | rclsid, |
LPCWSTR | szCodeURL, | ||
DWORD | dwFileVersionMS, | ||
DWORD | dwFileVersionLS, | ||
LPCWSTR | szContentType, | ||
LPBINDCTX | pBindCtx, | ||
DWORD | dwClsContext, | ||
LPVOID | pvReserved, | ||
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 550 of file urlmon_main.c.
HRESULT WINAPI CoInternetCombineIUri | ( | IUri * | pBaseUri, |
IUri * | pRelativeUri, | ||
DWORD | dwCombineFlags, | ||
IUri ** | ppCombinedUri, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 6716 of file uri.c.
Referenced by CreateURLMonikerEx2().
HRESULT WINAPI CoInternetCombineUrl | ( | LPCWSTR | pwzBaseUrl, |
LPCWSTR | pwzRelativeUrl, | ||
DWORD | dwCombineFlags, | ||
LPWSTR | pwzResult, | ||
DWORD | cchResult, | ||
DWORD * | pcchResult, | ||
DWORD | dwReserved | ||
) |
Definition at line 426 of file internet.c.
HRESULT WINAPI CoInternetCombineUrlEx | ( | IUri * | pBaseUri, |
LPCWSTR | pwzRelativeUrl, | ||
DWORD | dwCombineFlags, | ||
IUri ** | ppCombinedUri, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 6762 of file uri.c.
Referenced by check_codebase(), combine_url(), create_relative_uri(), CreateURLMonikerEx(), and navigate_url().
Definition at line 460 of file internet.c.
HRESULT WINAPI CoInternetCreateSecurityManager | ( | IServiceProvider * | pSP, |
IInternetSecurityManager ** | ppSM, | ||
DWORD | dwReserved | ||
) |
Definition at line 1841 of file sec_mgr.c.
Referenced by HTMLOuterWindow_Create(), and security_enum_zones().
HRESULT WINAPI CoInternetCreateZoneManager | ( | IServiceProvider * | pSP, |
IInternetZoneManager ** | ppZM, | ||
DWORD | dwReserved | ||
) |
Definition at line 1855 of file sec_mgr.c.
Referenced by security_enum_zones().
HRESULT WINAPI CoInternetGetSecurityUrl | ( | LPCWSTR | pwzUrl, |
LPWSTR * | ppwzSecUrl, | ||
PSUACTION | psuAction, | ||
DWORD | dwReserved | ||
) |
Definition at line 1977 of file sec_mgr.c.
Referenced by map_url_to_zone().
HRESULT WINAPI CoInternetGetSecurityUrlEx | ( | IUri * | pUri, |
IUri ** | ppSecUri, | ||
PSUACTION | psuAction, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 2024 of file sec_mgr.c.
Referenced by map_uri_to_zone().
HRESULT WINAPI CoInternetGetSession | ( | DWORD | dwSessionMode, |
IInternetSession ** | ppIInternetSession, | ||
DWORD | dwReserved | ||
) |
Definition at line 485 of file session.c.
Referenced by register_protocol(), and register_protocols().
HRESULT WINAPI CoInternetIsFeatureEnabled | ( | INTERNETFEATURELIST | FeatureEntry, |
DWORD | dwFlags | ||
) |
Definition at line 685 of file internet.c.
Referenced by CoInternetIsFeatureEnabledForUrl(), and CoInternetIsFeatureZoneElevationEnabled().
HRESULT WINAPI CoInternetIsFeatureEnabledForUrl | ( | INTERNETFEATURELIST | FeatureEntry, |
DWORD | dwFlags, | ||
LPCWSTR | szURL, | ||
IInternetSecurityManager * | pSecMgr | ||
) |
Definition at line 694 of file internet.c.
HRESULT WINAPI CoInternetParseIUri | ( | IUri * | pIUri, |
PARSEACTION | ParseAction, | ||
DWORD | dwFlags, | ||
LPWSTR | pwzResult, | ||
DWORD | cchResult, | ||
DWORD * | pcchResult, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 7247 of file uri.c.
Referenced by FileProtocol_StartEx(), and nsFileURL_GetFile().
HRESULT WINAPI CoInternetParseUrl | ( | LPCWSTR | pwzUrl, |
PARSEACTION | ParseAction, | ||
DWORD | dwFlags, | ||
LPWSTR | pszResult, | ||
DWORD | cchResult, | ||
DWORD * | pcchResult, | ||
DWORD | dwReserved | ||
) |
Definition at line 392 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 485 of file internet.c.
HRESULT WINAPI CoInternetSetFeatureEnabled | ( | INTERNETFEATURELIST | FeatureEntry, |
DWORD | dwFlags, | ||
BOOL | fEnable | ||
) |
Definition at line 676 of file internet.c.
HRESULT WINAPI CompareSecurityIds | ( | BYTE * | secid1, |
DWORD | size1, | ||
BYTE * | secid2, | ||
DWORD | size2, | ||
DWORD | reserved | ||
) |
Definition at line 654 of file urlmon_main.c.
Referenced by InternetBindInfo_GetBindInfo().
Definition at line 597 of file urlmon_main.c.
Referenced by CopyBindInfo().
HRESULT WINAPI CreateAsyncBindCtx | ( | DWORD | reserved, |
IBindStatusCallback * | callback, | ||
IEnumFORMATETC * | format, | ||
IBindCtx ** | pbind | ||
) |
Definition at line 899 of file bindctx.c.
Referenced by BindAsyncMoniker(), download_to_cache(), download_url(), hlink_frame_navigate(), install_codebase(), MimeHtmlProtocol_Start(), navigate_bsc(), navigate_new_window(), start_binding(), test_BindToObject(), test_BindToStorage(), test_CreateAsyncBindCtx(), test_ReportResult(), test_StdURLMoniker(), and URLDownloadToFileW().
HRESULT WINAPI CreateAsyncBindCtxEx | ( | IBindCtx * | ibind, |
DWORD | options, | ||
IBindStatusCallback * | callback, | ||
IEnumFORMATETC * | format, | ||
IBindCtx ** | pbind, | ||
DWORD | reserved | ||
) |
Definition at line 929 of file bindctx.c.
Referenced by load_doc_mon().
HRESULT WINAPI CreateFormatEnumerator | ( | UINT | cfmtetc, |
FORMATETC * | rgfmtetc, | ||
IEnumFORMATETC ** | ppenumfmtetc | ||
) |
Definition at line 177 of file format.c.
Referenced by RegisterDefaultAcceptHeaders(), test_CreateFormatEnum(), and test_RegisterFormatEnumerator().
HRESULT WINAPI CreateIUriBuilder | ( | IUri * | pIUri, |
DWORD | dwFlags, | ||
DWORD_PTR | dwReserved, | ||
IUriBuilder ** | ppIUriBuilder | ||
) |
Definition at line 6353 of file uri.c.
Referenced by ensure_uri_builder(), get_uri_nofrag(), nsURI_GetPrePath(), UriBuilderFactory_CreateInitializedIUriBuilder(), and UriBuilderFactory_CreateIUriBuilder().
Definition at line 5700 of file uri.c.
Referenced by AsyncInstallDistributionUnit(), BindProtocol_Start(), CoInternetCombineIUri(), CoInternetCombineUrlEx(), CoInternetGetSecurityUrlEx(), create_uri(), CreateUriWithFragment(), CreateURLMonikerEx(), FileProtocol_Start(), FtpProtocol_Start(), get_security_id_for_url(), GopherProtocol_Start(), HttpProtocol_Start(), map_url_to_zone(), MkProtocol_Start(), and URLMoniker_Load().
HRESULT WINAPI CreateUriFromMultiByteString | ( | LPCSTR | , |
DWORD | , | ||
DWORD | , | ||
DWORD | , | ||
DWORD_PTR | , | ||
IUri ** | |||
) |
HRESULT WINAPI CreateUriWithFragment | ( | LPCWSTR | pwzURI, |
LPCWSTR | pwzFragment, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwReserved, | ||
IUri ** | ppURI | ||
) |
Definition at line 5795 of file uri.c.
Definition at line 732 of file umon.c.
Referenced by create_doc_from_url(), create_moniker(), generate_moniker(), hlink_frame_navigate(), IHlink_fnSetStringReference(), MimeHtmlProtocol_Start(), MimeOleObjectFromMoniker(), MkParseDisplayNameEx(), OleLoadPicturePath(), perform_test(), PersistStreamInit_InitNew(), PersistStreamInit_Load(), PHBindHost_CreateMoniker(), run_js_script(), setup_edit_mode(), test_BindToObject(), test_BindToStorage(), test_BindToStorage_fail(), test_create(), test_CreateURLMoniker(), test_HTMLDocument_http(), test_MimeOleObjectFromMoniker(), test_ReportResult(), URLDownloadToFileW(), and URLStartDownload().
HRESULT WINAPI CreateURLMonikerEx | ( | IMoniker * | pmkContext, |
LPCWSTR | szURL, | ||
IMoniker ** | ppmk, | ||
DWORD | dwFlags | ||
) |
Definition at line 616 of file umon.c.
Referenced by CreateURLMoniker().
HRESULT WINAPI CreateURLMonikerEx2 | ( | IMoniker * | pmkContext, |
IUri * | pUri, | ||
IMoniker ** | ppmk, | ||
DWORD | dwFlags | ||
) |
Definition at line 668 of file umon.c.
Referenced by async_open(), bind_script_to_text(), create_moniker_from_url(), download_to_cache(), super_navigate(), and TargetFramePriv2_AggregatedNavigation2().
DEFINE_GUID | ( | CLSID_CdlProtocol | , |
0x3dd53d40 | , | ||
0x7b8b | , | ||
0x11D0 | , | ||
0xb0 | , | ||
0x13 | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0x59 | , | ||
0xce | , | ||
0x02 | |||
) |
DEFINE_GUID | ( | CLSID_DeCompMimeFilter | , |
0x8f6b0360 | , | ||
0xb80d | , | ||
0x11d0 | , | ||
0xa9 | , | ||
0xb3 | , | ||
0x00 | , | ||
0x60 | , | ||
0x97 | , | ||
0x94 | , | ||
0x23 | , | ||
0x11 | |||
) |
DEFINE_GUID | ( | CLSID_FileProtocol | , |
0x79EAC9E7 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_FtpProtocol | , |
0x79EAC9E3 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_GopherProtocol | , |
0x79EAC9E4 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_HttpProtocol | , |
0x79EAC9E2 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_HttpSProtocol | , |
0x79EAC9E5 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_InternetSecurityManager | , |
0x7b8a2d94 | , | ||
0x0ac9 | , | ||
0x11d1 | , | ||
0x89 | , | ||
0x6c | , | ||
0x00 | , | ||
0xc0 | , | ||
0x4f | , | ||
0xB6 | , | ||
0xbf | , | ||
0xc4 | |||
) |
DEFINE_GUID | ( | CLSID_InternetZoneManager | , |
0x7B8A2D95 | , | ||
0x0AC9 | , | ||
0x11D1 | , | ||
0x89 | , | ||
0x6C | , | ||
0x00 | , | ||
0xC0 | , | ||
0x4F | , | ||
0xB6 | , | ||
0xBF | , | ||
0xC4 | |||
) |
DEFINE_GUID | ( | CLSID_MkProtocol | , |
0x79EAC9E6 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | CLSID_StdURLMoniker | , |
0x79EAC9E0 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | IID_IAsyncBindCtx | , |
0x79EAC9D4 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
DEFINE_GUID | ( | IID_IAsyncMoniker | , |
0x79EAC9D3 | , | ||
0xBAF9 | , | ||
0x11CE | , | ||
0x8C | , | ||
0x82 | , | ||
0x00 | , | ||
0xAA | , | ||
0x00 | , | ||
0x4B | , | ||
0xA9 | , | ||
0x0B | |||
) |
HRESULT WINAPI FaultInIEFeature | ( | HWND | hwnd, |
uCLSSPEC * | pClassSpec, | ||
QUERYCONTEXT * | pQuery, | ||
DWORD | flags | ||
) |
Definition at line 540 of file urlmon_main.c.
HRESULT WINAPI FindMimeFromData | ( | LPBC | pBC, |
LPCWSTR | pwzUrl, | ||
LPVOID | pBuffer, | ||
DWORD | cbSize, | ||
LPCWSTR | pwzMimeProposed, | ||
DWORD | dwMimeFlags, | ||
LPWSTR * | ppwzMimeOut, | ||
DWORD | dwReserved | ||
) |
Definition at line 680 of file mimefilter.c.
Referenced by ITSProtocol_Start(), MkProtocol_StartEx(), ProtocolSinkHandler_ReportData(), read_stream_data(), and ResProtocol_Start().
HRESULT WINAPI GetClassFileOrMime | ( | LPBC | pBC, |
LPCWSTR | pszFilename, | ||
LPVOID | pBuffer, | ||
DWORD | cbBuffer, | ||
LPCWSTR | pszMimeType, | ||
DWORD | dwReserved, | ||
CLSID * | pclsid | ||
) |
Definition at line 720 of file urlmon_main.c.
HRESULT WINAPI GetSoftwareUpdateInfo | ( | LPCWSTR | szDistUnit, |
LPSOFTDISTINFO | psdi | ||
) |
Definition at line 953 of file umon.c.
HRESULT WINAPI HlinkSimpleNavigateToMoniker | ( | IMoniker * | pmkTarget, |
LPCWSTR | szLocation, | ||
LPCWSTR | szTargetFrameName, | ||
IUnknown * | pUnk, | ||
IBindCtx * | pbc, | ||
IBindStatusCallback * | pbsc, | ||
DWORD | grfHLNF, | ||
DWORD | dwReserved | ||
) |
HRESULT WINAPI HlinkSimpleNavigateToString | ( | LPCWSTR | szTarget, |
LPCWSTR | szLocation, | ||
LPCWSTR | szTargetFrameName, | ||
IUnknown * | pUnk, | ||
IBindCtx * | pbc, | ||
IBindStatusCallback * | pbsc, | ||
DWORD | grfHLNF, | ||
DWORD | dwReserved | ||
) |
Definition at line 922 of file umon.c.
Referenced by general_dlg_proc(), HlinkNavigateString(), HlinkSimpleNavigateToMoniker(), and user_notice_dlg_proc().
Definition at line 740 of file umon.c.
Definition at line 749 of file urlmon_main.c.
Definition at line 758 of file urlmon_main.c.
Definition at line 725 of file session.c.
Referenced by OmNavigator_get_appVersion(), OmNavigator_get_userAgent(), and test_navigator().
HRESULT WINAPI RegisterBindStatusCallback | ( | IBindCtx * | pbc, |
IBindStatusCallback * | pbsc, | ||
IBindStatusCallback ** | ppbsc, | ||
DWORD | dwReserved | ||
) |
Definition at line 615 of file bindctx.c.
Referenced by bind_url(), HlinkResolveMonikerForData(), IHlink_fnNavigate(), init_bindctx(), PersistMoniker_Load(), start_binding(), test_BindToStorage(), test_RegisterBindStatusCallback(), and URLStartDownload().
HRESULT WINAPI RegisterFormatEnumerator | ( | LPBC | pBC, |
IEnumFORMATETC * | pEFetc, | ||
DWORD | reserved | ||
) |
Definition at line 194 of file format.c.
Referenced by RegisterDefaultAcceptHeaders(), and test_RegisterFormatEnumerator().
Definition at line 572 of file urlmon_main.c.
Referenced by AboutProtocol_Start(), Binding_Release(), DownloadBSC_GetBindInfo(), FileProtocol_StartEx(), internet_status_callback(), ITSProtocol_Start(), MkProtocol_StartEx(), navigate_hlink(), ResProtocol_Start(), and test_bsc_marshaling().
HRESULT WINAPI RevokeBindStatusCallback | ( | LPBC | , |
IBindStatusCallback * | |||
) |
HRESULT WINAPI RevokeFormatEnumerator | ( | LPBC | pbc, |
IEnumFORMATETC * | pEFetc | ||
) |
Definition at line 210 of file format.c.
Referenced by test_RegisterFormatEnumerator().
HRESULT WINAPI URLDownloadToCacheFileA | ( | LPUNKNOWN | lpUnkCaller, |
LPCSTR | szURL, | ||
LPSTR | szFileName, | ||
DWORD | dwBufLength, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | pBSC | ||
) |
Definition at line 819 of file umon.c.
HRESULT WINAPI URLDownloadToCacheFileW | ( | LPUNKNOWN | lpUnkCaller, |
LPCWSTR | szURL, | ||
LPWSTR | szFileName, | ||
DWORD | dwBufLength, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | pBSC | ||
) |
Definition at line 853 of file umon.c.
Referenced by msi_download_file(), and URLDownloadToCacheFileA().
HRESULT WINAPI URLDownloadToFileA | ( | LPUNKNOWN | pCaller, |
LPCSTR | szURL, | ||
LPCSTR | szFileName, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 482 of file download.c.
HRESULT WINAPI URLDownloadToFileW | ( | LPUNKNOWN | pCaller, |
LPCWSTR | szURL, | ||
LPCWSTR | szFileName, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 427 of file download.c.
Referenced by download_proc(), test_URLDownloadToFile(), test_URLDownloadToFile_abort(), URLDownloadToCacheFileW(), and URLDownloadToFileA().
HRESULT WINAPI UrlMkGetSessionOption | ( | DWORD | dwOption, |
LPVOID | pBuffer, | ||
DWORD | dwBufferLength, | ||
DWORD * | pdwBufferLength, | ||
DWORD | dwReserved | ||
) |
Definition at line 622 of file session.c.
HRESULT WINAPI UrlMkSetSessionOption | ( | DWORD | dwOption, |
LPVOID | pBuffer, | ||
DWORD | dwBufferLength, | ||
DWORD | Reserved | ||
) |
Definition at line 680 of file session.c.
Referenced by test_user_agent().
HRESULT WINAPI URLOpenBlockingStreamA | ( | LPUNKNOWN | pCaller, |
LPCSTR | szURL, | ||
LPSTREAM * | ppStream, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 258 of file umstream.c.
HRESULT WINAPI URLOpenBlockingStreamW | ( | LPUNKNOWN | pCaller, |
LPCWSTR | szURL, | ||
LPSTREAM * | ppStream, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 290 of file umstream.c.
Referenced by test_URLOpenBlockingStreamW(), and URLOpenBlockingStreamA().
HRESULT WINAPI URLOpenStreamA | ( | LPUNKNOWN | pCaller, |
LPCSTR | szURL, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 311 of file umstream.c.
HRESULT WINAPI URLOpenStreamW | ( | LPUNKNOWN | pCaller, |
LPCWSTR | szURL, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 339 of file umstream.c.
Referenced by test_URLOpenStreamW(), and URLOpenStreamA().
DWORD dwAdState |
Definition at line 1592 of file urlmon.idl.
DWORD dwAdvertisedVersionLS |
Definition at line 1601 of file urlmon.idl.
DWORD dwAdvertisedVersionMS |
Definition at line 1600 of file urlmon.idl.
Definition at line 1591 of file urlmon.idl.
DWORD dwInstalledVersionLS |
Definition at line 1597 of file urlmon.idl.
DWORD dwInstalledVersionMS |
Definition at line 1596 of file urlmon.idl.
Definition at line 1602 of file urlmon.idl.
DWORD dwUpdateVersionLS |
Definition at line 1599 of file urlmon.idl.
DWORD dwUpdateVersionMS |
Definition at line 1598 of file urlmon.idl.
Definition at line 2097 of file urlmon.idl.
* LPSOFTDISTINFO |
Definition at line 1603 of file urlmon.idl.
SOFTDISTINFO |
Definition at line 1603 of file urlmon.idl.
LPWSTR szAbstract |
Definition at line 1594 of file urlmon.idl.
LPWSTR szHREF |
Definition at line 1595 of file urlmon.idl.
LPWSTR szTitle |
Definition at line 1593 of file urlmon.idl.
Referenced by EventDetailsCtrl().