ReactOS 0.4.16-dev-289-g096a551
|
#include "urlmon_main.h"
#include "winreg.h"
#include "shlwapi.h"
#include "hlink.h"
#include "shellapi.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | URLMoniker |
Variables | |
static const IMonikerVtbl | URLMonikerVtbl |
static const IUriContainerVtbl | UriContainerVtbl |
static const DWORD | create_flags_map [3] |
static const DWORD | combine_flags_map [3] |
HRESULT WINAPI BindAsyncMoniker | ( | IMoniker * | pmk, |
DWORD | grfOpt, | ||
IBindStatusCallback * | pbsc, | ||
REFIID | iidResult, | ||
LPVOID * | ppvResult | ||
) |
Definition at line 771 of file umon.c.
|
static |
Definition at line 540 of file umon.c.
Referenced by CreateURLMonikerEx(), CreateURLMonikerEx2(), and StdURLMoniker_Construct().
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().
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 | ||
) |
Definition at line 901 of file umon.c.
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().
|
inlinestatic |
Definition at line 44 of file umon.c.
Referenced by URLMoniker_AddRef(), URLMoniker_BindToObject(), URLMoniker_BindToStorage(), URLMoniker_CommonPrefixWith(), URLMoniker_ComposeWith(), URLMoniker_Enum(), URLMoniker_GetClassID(), URLMoniker_GetDisplayName(), URLMoniker_GetSizeMax(), URLMoniker_GetTimeOfLastChange(), URLMoniker_Hash(), URLMoniker_Inverse(), URLMoniker_IsDirty(), URLMoniker_IsEqual(), URLMoniker_IsRunning(), URLMoniker_IsSystemMoniker(), URLMoniker_Load(), URLMoniker_ParseDisplayName(), URLMoniker_QueryInterface(), URLMoniker_Reduce(), URLMoniker_RelativePathTo(), URLMoniker_Release(), and URLMoniker_Save().
|
inlinestatic |
Definition at line 494 of file umon.c.
Referenced by UriContainer_AddRef(), UriContainer_GetIUri(), UriContainer_QueryInterface(), and UriContainer_Release().
Definition at line 740 of file umon.c.
HRESULT WINAPI MkParseDisplayNameEx | ( | IBindCtx * | pbc, |
LPCWSTR | szDisplayName, | ||
ULONG * | pchEaten, | ||
LPMONIKER * | ppmk | ||
) |
Definition at line 795 of file umon.c.
Referenced by HlinkParseDisplayName(), and test_MkParseDisplayNameEx().
|
static |
|
static |
|
static |
|
static |
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().
|
static |
Definition at line 225 of file umon.c.
|
static |
Definition at line 263 of file umon.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 354 of file umon.c.
Definition at line 320 of file umon.c.
|
static |
Definition at line 139 of file umon.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 94 of file umon.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
Definition at line 594 of file umon.c.
Referenced by CreateURLMonikerEx(), and CreateURLMonikerEx2().
Definition at line 588 of file umon.c.
Referenced by CreateURLMonikerEx(), and CreateURLMonikerEx2().
|
static |
Definition at line 533 of file umon.c.
Referenced by create_moniker().
|
static |
Definition at line 467 of file umon.c.
Referenced by create_moniker().