ReactOS 0.4.15-dev-7918-g2a2556c
binding.c File Reference
#include "urlmon_main.h"
#include "winreg.h"
#include "shlwapi.h"
#include "wine/debug.h"
Include dependency graph for binding.c:

Go to the source code of this file.

Classes

struct  stgmed_buf_t
 
struct  stgmed_obj_vtbl
 
struct  _stgmed_obj_t
 
struct  Binding
 
struct  ProtocolStream
 
struct  stgmed_file_obj_t
 

Macros

#define NONAMELESSUNION
 
#define BINDING_LOCKED   0x0001
 
#define BINDING_STOPPED   0x0002
 
#define BINDING_OBJAVAIL   0x0004
 
#define BINDING_ABORTED   0x0008
 

Typedefs

typedef struct _stgmed_obj_t stgmed_obj_t
 

Enumerations

enum  download_state_t { BEFORE_DOWNLOAD , DOWNLOADING , END_DOWNLOAD }
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (urlmon)
 
static void read_protocol_data (stgmed_buf_t *stgmed_buf)
 
static void dump_BINDINFO (BINDINFO *bi)
 
static void mime_available (Binding *This, LPCWSTR mime)
 
static void stop_binding (Binding *binding, HRESULT hres, LPCWSTR str)
 
static LPWSTR get_mime_clsid (LPCWSTR mime, CLSID *clsid)
 
static void load_doc_mon (Binding *binding, IPersistMoniker *persist)
 
static HRESULT create_mime_object (Binding *binding, const CLSID *clsid, LPCWSTR clsid_str)
 
static void create_object (Binding *binding)
 
static void cache_file_available (Binding *This, const WCHAR *file_name)
 
static stgmed_buf_timpl_from_IUnknown (IUnknown *iface)
 
static HRESULT WINAPI StgMedUnk_QueryInterface (IUnknown *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI StgMedUnk_AddRef (IUnknown *iface)
 
static ULONG WINAPI StgMedUnk_Release (IUnknown *iface)
 
static stgmed_buf_tcreate_stgmed_buf (IInternetProtocolEx *protocol)
 
static ProtocolStreamimpl_from_IStream (IStream *iface)
 
static HRESULT WINAPI ProtocolStream_QueryInterface (IStream *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI ProtocolStream_AddRef (IStream *iface)
 
static ULONG WINAPI ProtocolStream_Release (IStream *iface)
 
static HRESULT WINAPI ProtocolStream_Read (IStream *iface, void *pv, ULONG cb, ULONG *pcbRead)
 
static HRESULT WINAPI ProtocolStream_Write (IStream *iface, const void *pv, ULONG cb, ULONG *pcbWritten)
 
static HRESULT WINAPI ProtocolStream_Seek (IStream *iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition)
 
static HRESULT WINAPI ProtocolStream_SetSize (IStream *iface, ULARGE_INTEGER libNewSize)
 
static HRESULT WINAPI ProtocolStream_CopyTo (IStream *iface, IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *pcbWritten)
 
static HRESULT WINAPI ProtocolStream_Commit (IStream *iface, DWORD grfCommitFlags)
 
static HRESULT WINAPI ProtocolStream_Revert (IStream *iface)
 
static HRESULT WINAPI ProtocolStream_LockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
 
static HRESULT WINAPI ProtocolStream_UnlockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
 
static HRESULT WINAPI ProtocolStream_Stat (IStream *iface, STATSTG *pstatstg, DWORD dwStatFlag)
 
static HRESULT WINAPI ProtocolStream_Clone (IStream *iface, IStream **ppstm)
 
static void stgmed_stream_release (stgmed_obj_t *obj)
 
static HRESULT stgmed_stream_fill_stgmed (stgmed_obj_t *obj, STGMEDIUM *stgmed)
 
static HRESULT stgmed_stream_get_result (stgmed_obj_t *obj, DWORD bindf, void **result)
 
static stgmed_obj_tcreate_stgmed_stream (stgmed_buf_t *buf)
 
static void stgmed_file_release (stgmed_obj_t *obj)
 
static HRESULT stgmed_file_fill_stgmed (stgmed_obj_t *obj, STGMEDIUM *stgmed)
 
static HRESULT stgmed_file_get_result (stgmed_obj_t *obj, DWORD bindf, void **result)
 
static stgmed_obj_tcreate_stgmed_file (stgmed_buf_t *buf)
 
static Bindingimpl_from_IBinding (IBinding *iface)
 
static HRESULT WINAPI Binding_QueryInterface (IBinding *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI Binding_AddRef (IBinding *iface)
 
static ULONG WINAPI Binding_Release (IBinding *iface)
 
static HRESULT WINAPI Binding_Abort (IBinding *iface)
 
static HRESULT WINAPI Binding_Suspend (IBinding *iface)
 
static HRESULT WINAPI Binding_Resume (IBinding *iface)
 
static HRESULT WINAPI Binding_SetPriority (IBinding *iface, LONG nPriority)
 
static HRESULT WINAPI Binding_GetPriority (IBinding *iface, LONG *pnPriority)
 
static HRESULT WINAPI Binding_GetBindResult (IBinding *iface, CLSID *pclsidProtocol, DWORD *pdwResult, LPOLESTR *pszResult, DWORD *pdwReserved)
 
static Bindingget_bctx_binding (IBindCtx *bctx)
 
static Bindingimpl_from_IInternetProtocolSink (IInternetProtocolSink *iface)
 
static HRESULT WINAPI InternetProtocolSink_QueryInterface (IInternetProtocolSink *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI InternetProtocolSink_AddRef (IInternetProtocolSink *iface)
 
static ULONG WINAPI InternetProtocolSink_Release (IInternetProtocolSink *iface)
 
static HRESULT WINAPI InternetProtocolSink_Switch (IInternetProtocolSink *iface, PROTOCOLDATA *pProtocolData)
 
static void on_progress (Binding *This, ULONG progress, ULONG progress_max, ULONG status_code, LPCWSTR status_text)
 
static HRESULT WINAPI InternetProtocolSink_ReportProgress (IInternetProtocolSink *iface, ULONG ulStatusCode, LPCWSTR szStatusText)
 
static void report_data (Binding *This, DWORD bscf, ULONG progress, ULONG progress_max)
 
static HRESULT WINAPI InternetProtocolSink_ReportData (IInternetProtocolSink *iface, DWORD grfBSCF, ULONG ulProgress, ULONG ulProgressMax)
 
static HRESULT WINAPI InternetProtocolSink_ReportResult (IInternetProtocolSink *iface, HRESULT hrResult, DWORD dwError, LPCWSTR szResult)
 
static Bindingimpl_from_IInternetBindInfo (IInternetBindInfo *iface)
 
static HRESULT WINAPI InternetBindInfo_QueryInterface (IInternetBindInfo *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI InternetBindInfo_AddRef (IInternetBindInfo *iface)
 
static ULONG WINAPI InternetBindInfo_Release (IInternetBindInfo *iface)
 
static HRESULT WINAPI InternetBindInfo_GetBindInfo (IInternetBindInfo *iface, DWORD *grfBINDF, BINDINFO *pbindinfo)
 
static HRESULT WINAPI InternetBindInfo_GetBindString (IInternetBindInfo *iface, ULONG ulStringType, LPOLESTR *ppwzStr, ULONG cEl, ULONG *pcElFetched)
 
static Bindingimpl_from_IWinInetHttpInfo (IWinInetHttpInfo *iface)
 
static HRESULT WINAPI WinInetHttpInfo_QueryInterface (IWinInetHttpInfo *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI WinInetHttpInfo_AddRef (IWinInetHttpInfo *iface)
 
static ULONG WINAPI WinInetHttpInfo_Release (IWinInetHttpInfo *iface)
 
static HRESULT WINAPI WinInetHttpInfo_QueryOption (IWinInetHttpInfo *iface, DWORD dwOption, void *pBuffer, DWORD *pcbBuffer)
 
static HRESULT WINAPI WinInetHttpInfo_QueryInfo (IWinInetHttpInfo *iface, DWORD dwOption, void *pBuffer, DWORD *pcbBuffer, DWORD *pdwFlags, DWORD *pdwReserved)
 
static Bindingimpl_from_IServiceProvider (IServiceProvider *iface)
 
static HRESULT WINAPI ServiceProvider_QueryInterface (IServiceProvider *iface, REFIID riid, void **ppv)
 
static ULONG WINAPI ServiceProvider_AddRef (IServiceProvider *iface)
 
static ULONG WINAPI ServiceProvider_Release (IServiceProvider *iface)
 
static HRESULT WINAPI ServiceProvider_QueryService (IServiceProvider *iface, REFGUID guidService, REFIID riid, void **ppv)
 
static HRESULT get_callback (IBindCtx *pbc, IBindStatusCallback **callback)
 
static BOOL is_urlmon_protocol (IUri *uri)
 
static HRESULT Binding_Create (IMoniker *mon, Binding *binding_ctx, IUri *uri, IBindCtx *pbc, BOOL to_obj, REFIID riid, Binding **binding)
 
static HRESULT start_binding (IMoniker *mon, Binding *binding_ctx, IUri *uri, IBindCtx *pbc, BOOL to_obj, REFIID riid, Binding **ret)
 
HRESULT bind_to_storage (IUri *uri, IBindCtx *pbc, REFIID riid, void **ppv)
 
HRESULT bind_to_object (IMoniker *mon, IUri *uri, IBindCtx *pbc, REFIID riid, void **ppv)
 

Variables

static WCHAR cbinding_contextW [] = {'C','B','i','n','d','i','n','g',' ','C','o','n','t','e','x','t',0}
 
static WCHAR bscb_holderW [] = { '_','B','S','C','B','_','H','o','l','d','e','r','_',0 }
 
static const IUnknownVtbl StgMedUnkVtbl
 
static const IStreamVtbl ProtocolStreamVtbl
 
static const stgmed_obj_vtbl stgmed_stream_vtbl
 
static const stgmed_obj_vtbl stgmed_file_vtbl
 
static const IBindingVtbl BindingVtbl
 
static const IInternetProtocolSinkVtbl InternetProtocolSinkVtbl
 
static const IInternetBindInfoVtbl InternetBindInfoVtbl
 
static const IWinInetHttpInfoVtbl WinInetHttpInfoVtbl
 
static const IServiceProviderVtbl ServiceProviderVtbl
 

Macro Definition Documentation

◆ BINDING_ABORTED

#define BINDING_ABORTED   0x0008

Definition at line 66 of file binding.c.

◆ BINDING_LOCKED

#define BINDING_LOCKED   0x0001

Definition at line 63 of file binding.c.

◆ BINDING_OBJAVAIL

#define BINDING_OBJAVAIL   0x0004

Definition at line 65 of file binding.c.

◆ BINDING_STOPPED

#define BINDING_STOPPED   0x0002

Definition at line 64 of file binding.c.

◆ NONAMELESSUNION

#define NONAMELESSUNION

Definition at line 19 of file binding.c.

Typedef Documentation

◆ stgmed_obj_t

Definition at line 45 of file binding.c.

Enumeration Type Documentation

◆ download_state_t

Enumerator
BEFORE_DOWNLOAD 
DOWNLOADING 
END_DOWNLOAD 

Definition at line 57 of file binding.c.

57 {
download_state_t
Definition: binding.c:57
@ END_DOWNLOAD
Definition: binding.c:60
@ BEFORE_DOWNLOAD
Definition: binding.c:58
@ DOWNLOADING
Definition: binding.c:59

Function Documentation

◆ bind_to_object()

HRESULT bind_to_object ( IMoniker mon,
IUri uri,
IBindCtx pbc,
REFIID  riid,
void **  ppv 
)

Definition at line 1646 of file binding.c.

1647{
1648 Binding *binding;
1649 HRESULT hres;
1650
1651 *ppv = NULL;
1652
1653 hres = start_binding(mon, NULL, uri, pbc, TRUE, riid, &binding);
1654 if(FAILED(hres))
1655 return hres;
1656
1657 if(binding->hres != S_OK) {
1658 hres = SUCCEEDED(binding->hres) ? S_OK : binding->hres;
1659 }else if(binding->bindf & BINDF_ASYNCHRONOUS) {
1660 hres = MK_S_ASYNCHRONOUS;
1661 }else {
1662 *ppv = binding->obj;
1663 IUnknown_AddRef(binding->obj);
1664 hres = S_OK;
1665 }
1666
1667 IBinding_Release(&binding->IBinding_iface);
1668
1669 return hres;
1670}
static HRESULT start_binding(IMoniker *mon, Binding *binding_ctx, IUri *uri, IBindCtx *pbc, BOOL to_obj, REFIID riid, Binding **ret)
Definition: binding.c:1560
#define NULL
Definition: types.h:112
#define TRUE
Definition: types.h:120
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39
#define S_OK
Definition: intsafe.h:52
#define SUCCEEDED(hr)
Definition: intsafe.h:50
#define FAILED(hr)
Definition: intsafe.h:51
HRESULT hres
Definition: protocol.c:465
const char * uri
Definition: sec_mgr.c:1588
IUnknown * obj
Definition: binding.c:99
DWORD bindf
Definition: binding.c:86
HRESULT hres
Definition: binding.c:96
IBinding IBinding_iface
Definition: binding.c:69

◆ bind_to_storage()

HRESULT bind_to_storage ( IUri uri,
IBindCtx pbc,
REFIID  riid,
void **  ppv 
)

Definition at line 1617 of file binding.c.

1618{
1619 Binding *binding = NULL, *binding_ctx;
1620 HRESULT hres;
1621
1622 binding_ctx = get_bctx_binding(pbc);
1623
1624 hres = start_binding(NULL, binding_ctx, uri, pbc, FALSE, riid, &binding);
1625 if(binding_ctx)
1626 IBinding_Release(&binding_ctx->IBinding_iface);
1627 if(FAILED(hres))
1628 return hres;
1629
1630 if(binding->hres == S_OK && binding->download_state != BEFORE_DOWNLOAD /* FIXME */) {
1631 if((binding->state & BINDING_STOPPED) && (binding->state & BINDING_LOCKED))
1632 IInternetProtocolEx_UnlockRequest(&binding->protocol->IInternetProtocolEx_iface);
1633
1634 hres = binding->stgmed_obj->vtbl->get_result(binding->stgmed_obj, binding->bindf, ppv);
1635 }else if(binding->bindf & BINDF_ASYNCHRONOUS) {
1636 hres = MK_S_ASYNCHRONOUS;
1637 }else {
1638 hres = FAILED(binding->hres) ? binding->hres : S_OK;
1639 }
1640
1641 IBinding_Release(&binding->IBinding_iface);
1642
1643 return hres;
1644}
#define BINDING_STOPPED
Definition: binding.c:64
static Binding * get_bctx_binding(IBindCtx *bctx)
Definition: binding.c:964
#define BINDING_LOCKED
Definition: binding.c:63
#define FALSE
Definition: types.h:117
IInternetProtocolEx IInternetProtocolEx_iface
Definition: urlmon_main.h:175
download_state_t download_state
Definition: binding.c:98
DWORD state
Definition: binding.c:95
stgmed_obj_t * stgmed_obj
Definition: binding.c:83
BindProtocol * protocol
Definition: binding.c:80
const stgmed_obj_vtbl * vtbl
Definition: binding.c:54
HRESULT(* get_result)(stgmed_obj_t *, DWORD, void **)
Definition: binding.c:50

Referenced by URLMoniker_BindToStorage().

◆ Binding_Abort()

static HRESULT WINAPI Binding_Abort ( IBinding iface)
static

Definition at line 882 of file binding.c.

883{
886
887 TRACE("(%p)\n", This);
888
889 if(This->state & BINDING_ABORTED)
890 return E_FAIL;
891
892 hres = IInternetProtocolEx_Abort(&This->protocol->IInternetProtocolEx_iface, E_ABORT,
894 if(FAILED(hres))
895 return hres;
896
897 This->state |= BINDING_ABORTED;
898 return S_OK;
899}
#define BINDING_ABORTED
Definition: binding.c:66
static Binding * impl_from_IBinding(IBinding *iface)
Definition: binding.c:768
#define E_FAIL
Definition: ddrawi.h:102
#define ERROR_SUCCESS
Definition: deptool.c:10
#define TRACE(s)
Definition: solgame.cpp:4
#define E_ABORT
Definition: winerror.h:2366

◆ Binding_AddRef()

static ULONG WINAPI Binding_AddRef ( IBinding iface)
static

Definition at line 831 of file binding.c.

832{
835
836 TRACE("(%p) ref=%d\n", This, ref);
837
838 return ref;
839}
#define InterlockedIncrement
Definition: armddk.h:53
long LONG
Definition: pedump.c:60
Definition: send.c:48

◆ Binding_Create()

static HRESULT Binding_Create ( IMoniker mon,
Binding binding_ctx,
IUri uri,
IBindCtx pbc,
BOOL  to_obj,
REFIID  riid,
Binding **  binding 
)
static

Definition at line 1447 of file binding.c.

1449{
1450 Binding *ret;
1451 HRESULT hres;
1452
1454
1455 ret = heap_alloc_zero(sizeof(Binding));
1456
1457 ret->IBinding_iface.lpVtbl = &BindingVtbl;
1458 ret->IInternetProtocolSink_iface.lpVtbl = &InternetProtocolSinkVtbl;
1459 ret->IInternetBindInfo_iface.lpVtbl = &InternetBindInfoVtbl;
1460 ret->IWinInetHttpInfo_iface.lpVtbl = &WinInetHttpInfoVtbl;
1461 ret->IServiceProvider_iface.lpVtbl = &ServiceProviderVtbl;
1462
1463 ret->ref = 1;
1464
1465 ret->to_object = to_obj;
1466 ret->iid = *riid;
1467 ret->notif_hwnd = get_notif_hwnd();
1468 ret->report_mime = !binding_ctx;
1469 ret->download_state = BEFORE_DOWNLOAD;
1470
1471 if(to_obj) {
1472 IBindCtx_AddRef(pbc);
1473 ret->bctx = pbc;
1474 }
1475
1476 if(mon) {
1477 IMoniker_AddRef(mon);
1478 ret->mon = mon;
1479 }
1480
1481 ret->bindinfo.cbSize = sizeof(BINDINFO);
1482
1483 InitializeCriticalSection(&ret->section);
1484 ret->section.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": Binding.section");
1485
1486 hres = get_callback(pbc, &ret->callback);
1487 if(FAILED(hres)) {
1488 WARN("Could not get IBindStatusCallback\n");
1489 IBinding_Release(&ret->IBinding_iface);
1490 return hres;
1491 }
1492
1493 IBindStatusCallback_QueryInterface(ret->callback, &IID_IServiceProvider,
1494 (void**)&ret->service_provider);
1495
1496 if(binding_ctx) {
1497 ret->protocol = binding_ctx->protocol;
1498 IInternetProtocolEx_AddRef(&ret->protocol->IInternetProtocolEx_iface);
1499 }else {
1500 hres = create_binding_protocol(&ret->protocol);
1501 if(FAILED(hres)) {
1502 WARN("Could not get protocol handler\n");
1503 IBinding_Release(&ret->IBinding_iface);
1504 return hres;
1505 }
1506 }
1507
1508 hres = IBindStatusCallback_GetBindInfo(ret->callback, &ret->bindf, &ret->bindinfo);
1509 if(FAILED(hres)) {
1510 WARN("GetBindInfo failed: %08x\n", hres);
1511 IBinding_Release(&ret->IBinding_iface);
1512 return hres;
1513 }
1514
1515 TRACE("bindf %08x\n", ret->bindf);
1516 dump_BINDINFO(&ret->bindinfo);
1517
1518 ret->bindf |= BINDF_FROMURLMON;
1519 if(to_obj)
1520 ret->bindinfo.dwOptions |= 0x100000;
1521
1522 if(!(ret->bindf & BINDF_ASYNCHRONOUS) || !(ret->bindf & BINDF_PULLDATA)) {
1523 ret->bindf |= BINDF_NEEDFILE;
1524 ret->use_cache_file = TRUE;
1525 }else if(!is_urlmon_protocol(uri)) {
1526 ret->bindf |= BINDF_NEEDFILE;
1527 }
1528
1529 hres = IUri_GetDisplayUri(uri, &ret->url);
1530 if(FAILED(hres)) {
1531 IBinding_Release(&ret->IBinding_iface);
1532 return hres;
1533 }
1534
1535 if(binding_ctx) {
1536 ret->stgmed_buf = binding_ctx->stgmed_buf;
1537 IUnknown_AddRef(&ret->stgmed_buf->IUnknown_iface);
1538 ret->clipboard_format = binding_ctx->clipboard_format;
1539 }else {
1540 ret->stgmed_buf = create_stgmed_buf(&ret->protocol->IInternetProtocolEx_iface);
1541 }
1542
1543 if(to_obj) {
1544 ret->stgmed_obj = NULL;
1545 }else if(IsEqualGUID(&IID_IStream, riid)) {
1546 ret->stgmed_obj = create_stgmed_stream(ret->stgmed_buf);
1547 }else if(IsEqualGUID(&IID_IUnknown, riid)) {
1548 ret->bindf |= BINDF_NEEDFILE;
1549 ret->stgmed_obj = create_stgmed_file(ret->stgmed_buf);
1550 }else {
1551 FIXME("Unsupported riid %s\n", debugstr_guid(riid));
1552 IBinding_Release(&ret->IBinding_iface);
1553 return E_NOTIMPL;
1554 }
1555
1556 *binding = ret;
1557 return S_OK;
1558}
const GUID IID_IUnknown
static stgmed_obj_t * create_stgmed_stream(stgmed_buf_t *buf)
Definition: binding.c:703
static const IWinInetHttpInfoVtbl WinInetHttpInfoVtbl
Definition: binding.c:1353
static const IInternetBindInfoVtbl InternetBindInfoVtbl
Definition: binding.c:1284
static HRESULT get_callback(IBindCtx *pbc, IBindStatusCallback **callback)
Definition: binding.c:1411
static void dump_BINDINFO(BINDINFO *bi)
Definition: binding.c:117
static const IInternetProtocolSinkVtbl InternetProtocolSinkVtbl
Definition: binding.c:1188
static stgmed_obj_t * create_stgmed_file(stgmed_buf_t *buf)
Definition: binding.c:756
static const IBindingVtbl BindingVtbl
Definition: binding.c:952
static BOOL is_urlmon_protocol(IUri *uri)
Definition: binding.c:1425
static const IServiceProviderVtbl ServiceProviderVtbl
Definition: binding.c:1404
static stgmed_buf_t * create_stgmed_buf(IInternetProtocolEx *protocol)
Definition: binding.c:397
HRESULT create_binding_protocol(BindProtocol **protocol)
Definition: bindprot.c:1442
HWND get_notif_hwnd(void)
Definition: bindprot.c:111
#define FIXME(fmt,...)
Definition: debug.h:111
#define WARN(fmt,...)
Definition: debug.h:112
#define E_NOTIMPL
Definition: ddrawi.h:99
#define debugstr_guid
Definition: kernel32.h:35
#define IsEqualGUID(rguid1, rguid2)
Definition: guiddef.h:147
UINT clipboard_format
Definition: binding.c:89
stgmed_buf_t * stgmed_buf
Definition: binding.c:82
VOID WINAPI InitializeCriticalSection(OUT LPCRITICAL_SECTION lpCriticalSection)
Definition: synch.c:751
#define DWORD_PTR
Definition: treelist.c:76
static void URLMON_LockModule(void)
Definition: urlmon_main.h:68
int ret

Referenced by start_binding().

◆ Binding_GetBindResult()

static HRESULT WINAPI Binding_GetBindResult ( IBinding iface,
CLSID pclsidProtocol,
DWORD pdwResult,
LPOLESTR pszResult,
DWORD pdwReserved 
)
static

Definition at line 929 of file binding.c.

931{
933
934 TRACE("(%p)->(%p %p %p %p)\n", This, pclsidProtocol, pdwResult, pszResult, pdwReserved);
935
936 if(!pdwResult || !pszResult || pdwReserved)
937 return E_INVALIDARG;
938
939 if(!(This->state & BINDING_STOPPED)) {
940 *pclsidProtocol = CLSID_NULL;
941 *pdwResult = 0;
942 *pszResult = NULL;
943 return S_OK;
944 }
945
946 *pclsidProtocol = This->hres==S_OK ? CLSID_NULL : This->clsid;
947 *pdwResult = This->hres;
948 *pszResult = NULL;
949 return S_OK;
950}
#define E_INVALIDARG
Definition: ddrawi.h:101
_In_ UINT _In_ DWORD _Out_ DWORD * pdwResult
Definition: ntgdi.h:250
#define CLSID_NULL
Definition: guiddef.h:99
_Reserved_ DWORD * pdwReserved
Definition: wincrypt.h:4254

◆ Binding_GetPriority()

static HRESULT WINAPI Binding_GetPriority ( IBinding iface,
LONG pnPriority 
)
static

Definition at line 922 of file binding.c.

923{
925 FIXME("(%p)->(%p)\n", This, pnPriority);
926 return E_NOTIMPL;
927}

◆ Binding_QueryInterface()

static HRESULT WINAPI Binding_QueryInterface ( IBinding iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 773 of file binding.c.

774{
776
777 *ppv = NULL;
778
780 TRACE("(%p)->(IID_IUnknown %p)\n", This, ppv);
781 *ppv = &This->IBinding_iface;
782 }else if(IsEqualGUID(&IID_IBinding, riid)) {
783 TRACE("(%p)->(IID_IBinding %p)\n", This, ppv);
784 *ppv = &This->IBinding_iface;
785 }else if(IsEqualGUID(&IID_IInternetProtocolSink, riid)) {
786 TRACE("(%p)->(IID_IInternetProtocolSink %p)\n", This, ppv);
787 *ppv = &This->IInternetProtocolSink_iface;
788 }else if(IsEqualGUID(&IID_IInternetBindInfo, riid)) {
789 TRACE("(%p)->(IID_IInternetBindInfo %p)\n", This, ppv);
790 *ppv = &This->IInternetBindInfo_iface;
791 }else if(IsEqualGUID(&IID_IServiceProvider, riid)) {
792 TRACE("(%p)->(IID_IServiceProvider %p)\n", This, ppv);
793 *ppv = &This->IServiceProvider_iface;
794 }else if(IsEqualGUID(&IID_IWinInetInfo, riid)) {
795 IWinInetInfo *wininet_info;
797
798 TRACE("(%p)->(IID_IWinInetInfo %p)\n", This, ppv);
799
800 /* NOTE: This violidates COM rules, but tests prove that we should do it */
801 hres = IInternetProtocolEx_QueryInterface(&This->protocol->IInternetProtocolEx_iface,
802 &IID_IWinInetInfo, (void**)&wininet_info);
803 if(SUCCEEDED(hres)) {
804 IWinInetInfo_Release(wininet_info);
805 *ppv = &This->IWinInetHttpInfo_iface;
806 }
807 }else if(IsEqualGUID(&IID_IWinInetHttpInfo, riid)) {
808 IWinInetHttpInfo *http_info;
810
811 TRACE("(%p)->(IID_IWinInetHttpInfo %p)\n", This, ppv);
812
813 /* NOTE: This violidates COM rules, but tests prove that we should do it */
814 hres = IInternetProtocolEx_QueryInterface(&This->protocol->IInternetProtocolEx_iface,
815 &IID_IWinInetHttpInfo, (void**)&http_info);
816 if(SUCCEEDED(hres)) {
817 IWinInetHttpInfo_Release(http_info);
818 *ppv = &This->IWinInetHttpInfo_iface;
819 }
820 }
821
822 if(*ppv) {
823 IBinding_AddRef(&This->IBinding_iface);
824 return S_OK;
825 }
826
827 WARN("Unsupported interface %s\n", debugstr_guid(riid));
828 return E_NOINTERFACE;
829}
#define E_NOINTERFACE
Definition: winerror.h:2364

◆ Binding_Release()

static ULONG WINAPI Binding_Release ( IBinding iface)
static

Definition at line 841 of file binding.c.

842{
845
846 TRACE("(%p) ref=%d\n", This, ref);
847
848 if(!ref) {
849 if(This->notif_hwnd)
850 release_notif_hwnd(This->notif_hwnd);
851 if(This->mon)
852 IMoniker_Release(This->mon);
853 if(This->callback)
854 IBindStatusCallback_Release(This->callback);
855 if(This->protocol)
856 IInternetProtocolEx_Release(&This->protocol->IInternetProtocolEx_iface);
857 if(This->service_provider)
858 IServiceProvider_Release(This->service_provider);
859 if(This->stgmed_buf)
860 IUnknown_Release(&This->stgmed_buf->IUnknown_iface);
861 if(This->stgmed_obj)
862 This->stgmed_obj->vtbl->release(This->stgmed_obj);
863 if(This->obj)
864 IUnknown_Release(This->obj);
865 if(This->bctx)
866 IBindCtx_Release(This->bctx);
867
868 ReleaseBindInfo(&This->bindinfo);
869 This->section.DebugInfo->Spare[0] = 0;
870 DeleteCriticalSection(&This->section);
871 SysFreeString(This->url);
872 heap_free(This->mime);
873 heap_free(This->redirect_url);
875
877 }
878
879 return ref;
880}
static BOOL heap_free(void *mem)
Definition: appwiz.h:76
#define InterlockedDecrement
Definition: armddk.h:52
void release_notif_hwnd(HWND hwnd)
Definition: bindprot.c:141
void WINAPI DECLSPEC_HOTPATCH SysFreeString(BSTR str)
Definition: oleaut.c:271
void WINAPI ReleaseBindInfo(BINDINFO *pbindinfo)
Definition: urlmon_main.c:572
static void URLMON_UnlockModule(void)
Definition: urlmon_main.h:69
void WINAPI DeleteCriticalSection(PCRITICAL_SECTION)

◆ Binding_Resume()

static HRESULT WINAPI Binding_Resume ( IBinding iface)
static

Definition at line 908 of file binding.c.

909{
911 FIXME("(%p)\n", This);
912 return E_NOTIMPL;
913}

◆ Binding_SetPriority()

static HRESULT WINAPI Binding_SetPriority ( IBinding iface,
LONG  nPriority 
)
static

Definition at line 915 of file binding.c.

916{
918 FIXME("(%p)->(%d)\n", This, nPriority);
919 return E_NOTIMPL;
920}

◆ Binding_Suspend()

static HRESULT WINAPI Binding_Suspend ( IBinding iface)
static

Definition at line 901 of file binding.c.

902{
904 FIXME("(%p)\n", This);
905 return E_NOTIMPL;
906}

◆ cache_file_available()

static void cache_file_available ( Binding This,
const WCHAR file_name 
)
static

Definition at line 325 of file binding.c.

326{
327 heap_free(This->stgmed_buf->cache_file);
328 This->stgmed_buf->cache_file = heap_strdupW(file_name);
329
330 if(This->use_cache_file) {
333 if(This->stgmed_buf->file == INVALID_HANDLE_VALUE)
334 WARN("CreateFile failed: %u\n", GetLastError());
335 }
336}
static WCHAR * heap_strdupW(const WCHAR *str)
Definition: propsheet.c:178
#define OPEN_EXISTING
Definition: compat.h:775
#define INVALID_HANDLE_VALUE
Definition: compat.h:731
#define GENERIC_READ
Definition: compat.h:135
#define CreateFileW
Definition: compat.h:741
#define FILE_ATTRIBUTE_NORMAL
Definition: compat.h:137
#define FILE_SHARE_READ
Definition: compat.h:136
static LPCWSTR file_name
Definition: protocol.c:147
#define FILE_SHARE_WRITE
Definition: nt_native.h:681
DWORD WINAPI GetLastError(void)
Definition: except.c:1042

Referenced by InternetProtocolSink_ReportProgress().

◆ create_mime_object()

static HRESULT create_mime_object ( Binding binding,
const CLSID clsid,
LPCWSTR  clsid_str 
)
static

Definition at line 255 of file binding.c.

256{
257 IPersistMoniker *persist;
259
260 hres = CoCreateInstance(clsid, NULL, CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER,
261 &binding->iid, (void**)&binding->obj);
262 if(FAILED(hres)) {
263 WARN("CoCreateInstance failed: %08x\n", hres);
264 return INET_E_CANNOT_INSTANTIATE_OBJECT;
265 }
266
267 binding->state |= BINDING_OBJAVAIL;
268
269 hres = IUnknown_QueryInterface(binding->obj, &IID_IPersistMoniker, (void**)&persist);
270 if(SUCCEEDED(hres)) {
271 IMonikerProp *prop;
272
273 hres = IPersistMoniker_QueryInterface(persist, &IID_IMonikerProp, (void**)&prop);
274 if(SUCCEEDED(hres)) {
275 IMonikerProp_PutProperty(prop, MIMETYPEPROP, binding->mime);
276 IMonikerProp_PutProperty(prop, CLASSIDPROP, clsid_str);
277 IMonikerProp_Release(prop);
278 }
279
280 load_doc_mon(binding, persist);
281
282 IPersistMoniker_Release(persist);
283 }else {
284 FIXME("Could not get IPersistMoniker: %08x\n", hres);
285 /* FIXME: Try query IPersistFile */
286 }
287
288 IBindStatusCallback_OnObjectAvailable(binding->callback, &binding->iid, binding->obj);
289
290 return S_OK;
291}
static void load_doc_mon(Binding *binding, IPersistMoniker *persist)
Definition: binding.c:234
#define BINDING_OBJAVAIL
Definition: binding.c:65
HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID iid, LPVOID *ppv)
Definition: compobj.c:3325
REFCLSID clsid
Definition: msctf.c:82
IBindStatusCallback * callback
Definition: binding.c:77
LPWSTR mime
Definition: binding.c:88
IID iid
Definition: binding.c:92

Referenced by create_object().

◆ create_object()

static void create_object ( Binding binding)
static

Definition at line 293 of file binding.c.

294{
295 LPWSTR clsid_str;
296 CLSID clsid;
298
299 if(!binding->mime) {
300 FIXME("MIME not available\n");
301 return;
302 }
303
304 if((clsid_str = get_mime_clsid(binding->mime, &clsid)))
305 IBindStatusCallback_OnProgress(binding->callback, 0, 0, BINDSTATUS_CLASSIDAVAILABLE, clsid_str);
306
307 IBindStatusCallback_OnProgress(binding->callback, 0, 0, BINDSTATUS_BEGINSYNCOPERATION, NULL);
308
309 if(clsid_str) {
310 hres = create_mime_object(binding, &clsid, clsid_str);
311 heap_free(clsid_str);
312 }else {
313 FIXME("Could not find object for MIME %s\n", debugstr_w(binding->mime));
315 }
316
317 IBindStatusCallback_OnProgress(binding->callback, 0, 0, BINDSTATUS_ENDSYNCOPERATION, NULL);
318 binding->clsid = CLSID_NULL;
319
320 stop_binding(binding, hres, NULL);
321 if(FAILED(hres))
322 IInternetProtocolEx_Terminate(&binding->protocol->IInternetProtocolEx_iface, 0);
323}
static HRESULT create_mime_object(Binding *binding, const CLSID *clsid, LPCWSTR clsid_str)
Definition: binding.c:255
static void stop_binding(Binding *binding, HRESULT hres, LPCWSTR str)
Definition: binding.c:174
static LPWSTR get_mime_clsid(LPCWSTR mime, CLSID *clsid)
Definition: binding.c:189
#define debugstr_w
Definition: kernel32.h:32
CLSID clsid
Definition: binding.c:97
#define REGDB_E_CLASSNOTREG
Definition: winerror.h:2696
WCHAR * LPWSTR
Definition: xmlstorage.h:184

Referenced by report_data().

◆ create_stgmed_buf()

static stgmed_buf_t * create_stgmed_buf ( IInternetProtocolEx protocol)
static

Definition at line 397 of file binding.c.

398{
399 stgmed_buf_t *ret = heap_alloc(sizeof(*ret));
400
401 ret->IUnknown_iface.lpVtbl = &StgMedUnkVtbl;
402 ret->ref = 1;
404 ret->hres = S_OK;
405 ret->cache_file = NULL;
406
407 IInternetProtocolEx_AddRef(protocol);
408 ret->protocol = protocol;
409
411
412 return ret;
413}
static void * heap_alloc(size_t len)
Definition: appwiz.h:66
static const IUnknownVtbl StgMedUnkVtbl
Definition: binding.c:391

Referenced by Binding_Create().

◆ create_stgmed_file()

static stgmed_obj_t * create_stgmed_file ( stgmed_buf_t buf)
static

Definition at line 756 of file binding.c.

757{
758 stgmed_file_obj_t *ret = heap_alloc(sizeof(*ret));
759
760 ret->stgmed_obj.vtbl = &stgmed_file_vtbl;
761
762 IUnknown_AddRef(&buf->IUnknown_iface);
763 ret->buf = buf;
764
765 return &ret->stgmed_obj;
766}
static const stgmed_obj_vtbl stgmed_file_vtbl
Definition: binding.c:750
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:7751

Referenced by Binding_Create().

◆ create_stgmed_stream()

static stgmed_obj_t * create_stgmed_stream ( stgmed_buf_t buf)
static

Definition at line 703 of file binding.c.

704{
706
707 ret->stgmed_obj.vtbl = &stgmed_stream_vtbl;
708 ret->IStream_iface.lpVtbl = &ProtocolStreamVtbl;
709 ret->ref = 1;
710
711 IUnknown_AddRef(&buf->IUnknown_iface);
712 ret->buf = buf;
713
715
716 return &ret->stgmed_obj;
717}
static const stgmed_obj_vtbl stgmed_stream_vtbl
Definition: binding.c:692
static const IStreamVtbl ProtocolStreamVtbl
Definition: binding.c:645

Referenced by Binding_Create().

◆ dump_BINDINFO()

static void dump_BINDINFO ( BINDINFO *  bi)
static

Definition at line 117 of file binding.c.

118{
119 static const char * const BINDINFOF_str[] = {
120 "#0",
121 "BINDINFOF_URLENCODESTGMEDDATA",
122 "BINDINFOF_URLENCODEDEXTRAINFO"
123 };
124
125 static const char * const BINDVERB_str[] = {
126 "BINDVERB_GET",
127 "BINDVERB_POST",
128 "BINDVERB_PUT",
129 "BINDVERB_CUSTOM"
130 };
131
132 TRACE("\n"
133 "BINDINFO = {\n"
134 " %d, %s,\n"
135 " {%d, %p, %p},\n"
136 " %s,\n"
137 " %s,\n"
138 " %s,\n"
139 " %d, %08x, %d, %d\n"
140 " {%d %p %x},\n"
141 " %s\n"
142 " %p, %d\n"
143 "}\n",
144
145 bi->cbSize, debugstr_w(bi->szExtraInfo),
146 bi->stgmedData.tymed, bi->stgmedData.u.hGlobal, bi->stgmedData.pUnkForRelease,
147 bi->grfBindInfoF > BINDINFOF_URLENCODEDEXTRAINFO
148 ? "unknown" : BINDINFOF_str[bi->grfBindInfoF],
149 bi->dwBindVerb > BINDVERB_CUSTOM
150 ? "unknown" : BINDVERB_str[bi->dwBindVerb],
151 debugstr_w(bi->szCustomVerb),
152 bi->cbstgmedData, bi->dwOptions, bi->dwOptionsFlags, bi->dwCodePage,
153 bi->securityAttributes.nLength,
154 bi->securityAttributes.lpSecurityDescriptor,
155 bi->securityAttributes.bInheritHandle,
156 debugstr_guid(&bi->iid),
157 bi->pUnk, bi->dwReserved
158 );
159}

Referenced by Binding_Create().

◆ get_bctx_binding()

static Binding * get_bctx_binding ( IBindCtx bctx)
static

Definition at line 964 of file binding.c.

965{
966 IBinding *binding;
967 IUnknown *unk;
969
970 hres = IBindCtx_GetObjectParam(bctx, cbinding_contextW, &unk);
971 if(FAILED(hres))
972 return NULL;
973
974 hres = IUnknown_QueryInterface(unk, &IID_IBinding, (void**)&binding);
975 IUnknown_Release(unk);
976 if(FAILED(hres))
977 return NULL;
978
979 if (binding->lpVtbl != &BindingVtbl)
980 return NULL;
981 return impl_from_IBinding(binding);
982}
static WCHAR cbinding_contextW[]
Definition: binding.c:29

Referenced by bind_to_storage().

◆ get_callback()

static HRESULT get_callback ( IBindCtx pbc,
IBindStatusCallback **  callback 
)
static

Definition at line 1411 of file binding.c.

1412{
1413 IUnknown *unk;
1414 HRESULT hres;
1415
1416 hres = IBindCtx_GetObjectParam(pbc, bscb_holderW, &unk);
1417 if(FAILED(hres))
1419
1420 hres = IUnknown_QueryInterface(unk, &IID_IBindStatusCallback, (void**)callback);
1421 IUnknown_Release(unk);
1422 return hres;
1423}
static WCHAR bscb_holderW[]
Definition: binding.c:30
static IPrintDialogCallback callback
Definition: printdlg.c:326
HRESULT create_default_callback(IBindStatusCallback **ret)
Definition: download.c:361

Referenced by Binding_Create(), and cff_decoder_init().

◆ get_mime_clsid()

static LPWSTR get_mime_clsid ( LPCWSTR  mime,
CLSID clsid 
)
static

Definition at line 189 of file binding.c.

190{
192 DWORD res, type, size;
193 HKEY hkey;
194 int len;
196
197 static const WCHAR mime_keyW[] =
198 {'M','I','M','E','\\','D','a','t','a','b','a','s','e','\\',
199 'C','o','n','t','e','n','t',' ','T','y','p','e','\\'};
200 static const WCHAR clsidW[] = {'C','L','S','I','D',0};
201
202 len = lstrlenW(mime)+1;
203 key_name = heap_alloc(sizeof(mime_keyW) + len*sizeof(WCHAR));
204 memcpy(key_name, mime_keyW, sizeof(mime_keyW));
205 lstrcpyW(key_name + ARRAY_SIZE(mime_keyW), mime);
206
209 if(res != ERROR_SUCCESS) {
210 WARN("Could not open MIME key: %x\n", res);
211 return NULL;
212 }
213
214 size = 50*sizeof(WCHAR);
217 RegCloseKey(hkey);
218 if(res != ERROR_SUCCESS) {
219 WARN("Could not get CLSID: %08x\n", res);
220 heap_free(ret);
221 return NULL;
222 }
223
225 if(FAILED(hres)) {
226 WARN("Could not parse CLSID: %08x\n", hres);
227 heap_free(ret);
228 return NULL;
229 }
230
231 return ret;
232}
#define ARRAY_SIZE(A)
Definition: main.h:33
#define RegCloseKey(hKey)
Definition: registry.h:49
static const WCHAR clsidW[]
LONG WINAPI RegOpenKeyW(HKEY hKey, LPCWSTR lpSubKey, PHKEY phkResult)
Definition: reg.c:3268
LONG WINAPI RegQueryValueExW(_In_ HKEY hkeyorg, _In_ LPCWSTR name, _In_ LPDWORD reserved, _In_ LPDWORD type, _In_ LPBYTE data, _In_ LPDWORD count)
Definition: reg.c:4103
#define lstrcpyW
Definition: compat.h:749
#define lstrlenW
Definition: compat.h:750
HRESULT WINAPI CLSIDFromString(LPCOLESTR idstr, LPCLSID id)
Definition: compobj.c:2338
unsigned long DWORD
Definition: ntddk_ex.h:95
GLuint GLuint GLsizei GLenum type
Definition: gl.h:1545
GLsizeiptr size
Definition: glext.h:5919
GLuint res
Definition: glext.h:9613
GLenum GLsizei len
Definition: glext.h:6722
const WCHAR * mime
Definition: mimefilter.c:512
#define memcpy(s1, s2, n)
Definition: mkisofs.h:878
unsigned char * LPBYTE
Definition: typedefs.h:53
#define HKEY_CLASSES_ROOT
Definition: winreg.h:10
__wchar_t WCHAR
Definition: xmlstorage.h:180

Referenced by create_object().

◆ impl_from_IBinding()

static Binding * impl_from_IBinding ( IBinding iface)
inlinestatic

Definition at line 768 of file binding.c.

769{
770 return CONTAINING_RECORD(iface, Binding, IBinding_iface);
771}
#define CONTAINING_RECORD(address, type, field)
Definition: typedefs.h:260

Referenced by Binding_Abort(), Binding_AddRef(), Binding_GetBindResult(), Binding_GetPriority(), Binding_QueryInterface(), Binding_Release(), Binding_Resume(), Binding_SetPriority(), Binding_Suspend(), and get_bctx_binding().

◆ impl_from_IInternetBindInfo()

static Binding * impl_from_IInternetBindInfo ( IInternetBindInfo iface)
inlinestatic

◆ impl_from_IInternetProtocolSink()

◆ impl_from_IServiceProvider()

static Binding * impl_from_IServiceProvider ( IServiceProvider iface)
inlinestatic

Definition at line 1361 of file binding.c.

1362{
1363 return CONTAINING_RECORD(iface, Binding, IServiceProvider_iface);
1364}

Referenced by ServiceProvider_AddRef(), ServiceProvider_QueryInterface(), ServiceProvider_QueryService(), and ServiceProvider_Release().

◆ impl_from_IStream()

◆ impl_from_IUnknown()

static stgmed_buf_t * impl_from_IUnknown ( IUnknown iface)
inlinestatic

Definition at line 338 of file binding.c.

339{
340 return CONTAINING_RECORD(iface, stgmed_buf_t, IUnknown_iface);
341}

Referenced by StgMedUnk_AddRef(), StgMedUnk_QueryInterface(), and StgMedUnk_Release().

◆ impl_from_IWinInetHttpInfo()

static Binding * impl_from_IWinInetHttpInfo ( IWinInetHttpInfo iface)
inlinestatic

Definition at line 1292 of file binding.c.

1293{
1294 return CONTAINING_RECORD(iface, Binding, IWinInetHttpInfo_iface);
1295}

Referenced by WinInetHttpInfo_AddRef(), WinInetHttpInfo_QueryInfo(), WinInetHttpInfo_QueryInterface(), WinInetHttpInfo_QueryOption(), and WinInetHttpInfo_Release().

◆ InternetBindInfo_AddRef()

static ULONG WINAPI InternetBindInfo_AddRef ( IInternetBindInfo iface)
static

Definition at line 1210 of file binding.c.

1211{
1213 return IBinding_AddRef(&This->IBinding_iface);
1214}
static Binding * impl_from_IInternetBindInfo(IInternetBindInfo *iface)
Definition: binding.c:1198

◆ InternetBindInfo_GetBindInfo()

static HRESULT WINAPI InternetBindInfo_GetBindInfo ( IInternetBindInfo iface,
DWORD grfBINDF,
BINDINFO *  pbindinfo 
)
static

Definition at line 1222 of file binding.c.

1224{
1226
1227 TRACE("(%p)->(%p %p)\n", This, grfBINDF, pbindinfo);
1228
1229 *grfBINDF = This->bindf;
1230 return CopyBindInfo(&This->bindinfo, pbindinfo);
1231}
HRESULT WINAPI CopyBindInfo(const BINDINFO *pcbiSrc, BINDINFO *pcbiDest)
Definition: urlmon_main.c:654

◆ InternetBindInfo_GetBindString()

static HRESULT WINAPI InternetBindInfo_GetBindString ( IInternetBindInfo iface,
ULONG  ulStringType,
LPOLESTR ppwzStr,
ULONG  cEl,
ULONG pcElFetched 
)
static

Definition at line 1233 of file binding.c.

1235{
1237
1238 TRACE("(%p)->(%d %p %d %p)\n", This, ulStringType, ppwzStr, cEl, pcElFetched);
1239
1240 switch(ulStringType) {
1241 case BINDSTRING_ACCEPT_MIMES: {
1242 static const WCHAR wszMimes[] = {'*','/','*',0};
1243
1244 if(!ppwzStr || !pcElFetched)
1245 return E_INVALIDARG;
1246
1247 ppwzStr[0] = CoTaskMemAlloc(sizeof(wszMimes));
1248 memcpy(ppwzStr[0], wszMimes, sizeof(wszMimes));
1249 *pcElFetched = 1;
1250 return S_OK;
1251 }
1252 case BINDSTRING_USER_AGENT: {
1253 IInternetBindInfo *bindinfo = NULL;
1254 HRESULT hres;
1255
1256 hres = IBindStatusCallback_QueryInterface(This->callback, &IID_IInternetBindInfo,
1257 (void**)&bindinfo);
1258 if(FAILED(hres))
1259 return hres;
1260
1261 hres = IInternetBindInfo_GetBindString(bindinfo, ulStringType, ppwzStr,
1262 cEl, pcElFetched);
1263 IInternetBindInfo_Release(bindinfo);
1264
1265 return hres;
1266 }
1267 case BINDSTRING_URL: {
1268 DWORD size = (SysStringLen(This->url)+1) * sizeof(WCHAR);
1269
1270 if(!ppwzStr || !pcElFetched)
1271 return E_INVALIDARG;
1272
1273 *ppwzStr = CoTaskMemAlloc(size);
1274 memcpy(*ppwzStr, This->url, size);
1275 *pcElFetched = 1;
1276 return S_OK;
1277 }
1278 }
1279
1280 FIXME("not supported string type %d\n", ulStringType);
1281 return E_NOTIMPL;
1282}
LPVOID WINAPI CoTaskMemAlloc(SIZE_T size)
Definition: ifs.c:426
UINT WINAPI SysStringLen(BSTR str)
Definition: oleaut.c:196

◆ InternetBindInfo_QueryInterface()

static HRESULT WINAPI InternetBindInfo_QueryInterface ( IInternetBindInfo iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 1203 of file binding.c.

1205{
1207 return IBinding_QueryInterface(&This->IBinding_iface, riid, ppv);
1208}

◆ InternetBindInfo_Release()

static ULONG WINAPI InternetBindInfo_Release ( IInternetBindInfo iface)
static

Definition at line 1216 of file binding.c.

1217{
1219 return IBinding_Release(&This->IBinding_iface);
1220}

◆ InternetProtocolSink_AddRef()

static ULONG WINAPI InternetProtocolSink_AddRef ( IInternetProtocolSink iface)
static

Definition at line 996 of file binding.c.

997{
999 return IBinding_AddRef(&This->IBinding_iface);
1000}
static Binding * impl_from_IInternetProtocolSink(IInternetProtocolSink *iface)
Definition: binding.c:984

◆ InternetProtocolSink_QueryInterface()

static HRESULT WINAPI InternetProtocolSink_QueryInterface ( IInternetProtocolSink iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 989 of file binding.c.

991{
993 return IBinding_QueryInterface(&This->IBinding_iface, riid, ppv);
994}

◆ InternetProtocolSink_Release()

static ULONG WINAPI InternetProtocolSink_Release ( IInternetProtocolSink iface)
static

Definition at line 1002 of file binding.c.

1003{
1005 return IBinding_Release(&This->IBinding_iface);
1006}

◆ InternetProtocolSink_ReportData()

static HRESULT WINAPI InternetProtocolSink_ReportData ( IInternetProtocolSink iface,
DWORD  grfBSCF,
ULONG  ulProgress,
ULONG  ulProgressMax 
)
static

Definition at line 1164 of file binding.c.

1166{
1168
1169 TRACE("(%p)->(%d %u %u)\n", This, grfBSCF, ulProgress, ulProgressMax);
1170
1171 report_data(This, grfBSCF, ulProgress, ulProgressMax);
1172 return S_OK;
1173}
static void report_data(Binding *This, DWORD bscf, ULONG progress, ULONG progress_max)
Definition: binding.c:1078

◆ InternetProtocolSink_ReportProgress()

static HRESULT WINAPI InternetProtocolSink_ReportProgress ( IInternetProtocolSink iface,
ULONG  ulStatusCode,
LPCWSTR  szStatusText 
)
static

Definition at line 1025 of file binding.c.

1027{
1029
1030 TRACE("(%p)->(%s %s)\n", This, debugstr_bindstatus(ulStatusCode), debugstr_w(szStatusText));
1031
1032 switch(ulStatusCode) {
1033 case BINDSTATUS_FINDINGRESOURCE:
1034 on_progress(This, 0, 0, BINDSTATUS_FINDINGRESOURCE, szStatusText);
1035 break;
1036 case BINDSTATUS_CONNECTING:
1037 on_progress(This, 0, 0, BINDSTATUS_CONNECTING, szStatusText);
1038 break;
1039 case BINDSTATUS_REDIRECTING:
1040 heap_free(This->redirect_url);
1041 This->redirect_url = heap_strdupW(szStatusText);
1042 on_progress(This, 0, 0, BINDSTATUS_REDIRECTING, szStatusText);
1043 break;
1044 case BINDSTATUS_BEGINDOWNLOADDATA:
1045 break;
1046 case BINDSTATUS_SENDINGREQUEST:
1047 on_progress(This, 0, 0, BINDSTATUS_SENDINGREQUEST, szStatusText);
1048 break;
1049 case BINDSTATUS_PROTOCOLCLASSID:
1050 CLSIDFromString(szStatusText, &This->clsid);
1051 break;
1052 case BINDSTATUS_MIMETYPEAVAILABLE:
1053 case BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE:
1054 mime_available(This, szStatusText);
1055 break;
1056 case BINDSTATUS_CACHEFILENAMEAVAILABLE:
1057 cache_file_available(This, szStatusText);
1058 break;
1059 case BINDSTATUS_DECODING:
1060 IBindStatusCallback_OnProgress(This->callback, 0, 0, BINDSTATUS_DECODING, szStatusText);
1061 break;
1062 case BINDSTATUS_LOADINGMIMEHANDLER:
1063 on_progress(This, 0, 0, BINDSTATUS_LOADINGMIMEHANDLER, szStatusText);
1064 break;
1065 case BINDSTATUS_DIRECTBIND: /* FIXME: Handle BINDSTATUS_DIRECTBIND in BindProtocol */
1066 This->report_mime = FALSE;
1067 break;
1068 case BINDSTATUS_ACCEPTRANGES:
1069 break;
1070 default:
1071 FIXME("Unhandled status code %d\n", ulStatusCode);
1072 return E_NOTIMPL;
1073 };
1074
1075 return S_OK;
1076}
static void cache_file_available(Binding *This, const WCHAR *file_name)
Definition: binding.c:325
static void on_progress(Binding *This, ULONG progress, ULONG progress_max, ULONG status_code, LPCWSTR status_text)
Definition: binding.c:1018
static void mime_available(Binding *This, LPCWSTR mime)
Definition: binding.c:161
const char * debugstr_bindstatus(ULONG status)
Definition: urlmon_main.c:175

◆ InternetProtocolSink_ReportResult()

static HRESULT WINAPI InternetProtocolSink_ReportResult ( IInternetProtocolSink iface,
HRESULT  hrResult,
DWORD  dwError,
LPCWSTR  szResult 
)
static

Definition at line 1175 of file binding.c.

1177{
1179
1180 TRACE("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult));
1181
1182 stop_binding(This, hrResult, szResult);
1183
1184 IInternetProtocolEx_Terminate(&This->protocol->IInternetProtocolEx_iface, 0);
1185 return S_OK;
1186}

◆ InternetProtocolSink_Switch()

static HRESULT WINAPI InternetProtocolSink_Switch ( IInternetProtocolSink iface,
PROTOCOLDATA *  pProtocolData 
)
static

Definition at line 1008 of file binding.c.

1010{
1012
1013 WARN("(%p)->(%p)\n", This, pProtocolData);
1014
1015 return E_FAIL;
1016}

◆ is_urlmon_protocol()

static BOOL is_urlmon_protocol ( IUri uri)
static

Definition at line 1425 of file binding.c.

1426{
1427 DWORD scheme;
1428 HRESULT hres;
1429
1430 hres = IUri_GetScheme(uri, &scheme);
1431 if(FAILED(hres))
1432 return FALSE;
1433
1434 switch(scheme) {
1435 case URL_SCHEME_FILE:
1436 case URL_SCHEME_FTP:
1437 case URL_SCHEME_GOPHER:
1438 case URL_SCHEME_HTTP:
1439 case URL_SCHEME_HTTPS:
1440 case URL_SCHEME_MK:
1441 return TRUE;
1442 }
1443
1444 return FALSE;
1445}
DWORD scheme
@ URL_SCHEME_MK
Definition: shlwapi.h:1156
@ URL_SCHEME_HTTPS
Definition: shlwapi.h:1157
@ URL_SCHEME_FTP
Definition: shlwapi.h:1147
@ URL_SCHEME_HTTP
Definition: shlwapi.h:1148
@ URL_SCHEME_FILE
Definition: shlwapi.h:1155
@ URL_SCHEME_GOPHER
Definition: shlwapi.h:1149

Referenced by Binding_Create().

◆ load_doc_mon()

static void load_doc_mon ( Binding binding,
IPersistMoniker persist 
)
static

Definition at line 234 of file binding.c.

235{
236 IBindCtx *bctx;
238
239 hres = CreateAsyncBindCtxEx(binding->bctx, 0, NULL, NULL, &bctx, 0);
240 if(FAILED(hres)) {
241 WARN("CreateAsyncBindCtxEx failed: %08x\n", hres);
242 return;
243 }
244
245 IBindCtx_RevokeObjectParam(bctx, bscb_holderW);
246 IBindCtx_RegisterObjectParam(bctx, cbinding_contextW, (IUnknown*)&binding->IBinding_iface);
247
248 hres = IPersistMoniker_Load(persist, binding->download_state == END_DOWNLOAD, binding->mon, bctx, 0x12);
249 IBindCtx_RevokeObjectParam(bctx, cbinding_contextW);
250 IBindCtx_Release(bctx);
251 if(FAILED(hres))
252 FIXME("Load failed: %08x\n", hres);
253}
IBindCtx * bctx
Definition: binding.c:101
IMoniker * mon
Definition: binding.c:100
HRESULT WINAPI CreateAsyncBindCtxEx(IBindCtx *ibind, DWORD options, IBindStatusCallback *callback, IEnumFORMATETC *format, IBindCtx **pbind, DWORD reserved)
Definition: bindctx.c:929

Referenced by create_mime_object().

◆ mime_available()

static void mime_available ( Binding This,
LPCWSTR  mime 
)
static

Definition at line 161 of file binding.c.

162{
163 heap_free(This->mime);
164 This->mime = heap_strdupW(mime);
165
166 if(!This->mime || !This->report_mime)
167 return;
168
169 IBindStatusCallback_OnProgress(This->callback, 0, 0, BINDSTATUS_MIMETYPEAVAILABLE, This->mime);
170
171 This->clipboard_format = RegisterClipboardFormatW(This->mime);
172}
UINT WINAPI RegisterClipboardFormatW(_In_ LPCWSTR)

Referenced by InternetProtocolSink_ReportProgress().

◆ on_progress()

static void on_progress ( Binding This,
ULONG  progress,
ULONG  progress_max,
ULONG  status_code,
LPCWSTR  status_text 
)
static

Definition at line 1018 of file binding.c.

1020{
1021 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1022 status_code, status_text);
1023}
cd_progress_ptr progress
Definition: cdjpeg.h:152

Referenced by InternetProtocolSink_ReportProgress().

◆ ProtocolStream_AddRef()

static ULONG WINAPI ProtocolStream_AddRef ( IStream iface)
static

Definition at line 456 of file binding.c.

457{
460
461 TRACE("(%p) ref=%d\n", This, ref);
462
463 return ref;
464}
static ProtocolStream * impl_from_IStream(IStream *iface)
Definition: binding.c:424

◆ ProtocolStream_Clone()

static HRESULT WINAPI ProtocolStream_Clone ( IStream iface,
IStream **  ppstm 
)
static

Definition at line 638 of file binding.c.

639{
641 FIXME("(%p)->(%p)\n", This, ppstm);
642 return E_NOTIMPL;
643}

◆ ProtocolStream_Commit()

static HRESULT WINAPI ProtocolStream_Commit ( IStream iface,
DWORD  grfCommitFlags 
)
static

Definition at line 574 of file binding.c.

575{
577
578 TRACE("(%p)->(%08x)\n", This, grfCommitFlags);
579
580 return E_NOTIMPL;
581}

◆ ProtocolStream_CopyTo()

static HRESULT WINAPI ProtocolStream_CopyTo ( IStream iface,
IStream pstm,
ULARGE_INTEGER  cb,
ULARGE_INTEGER pcbRead,
ULARGE_INTEGER pcbWritten 
)
static

Definition at line 566 of file binding.c.

568{
570 FIXME("(%p)->(%p %d %p %p)\n", This, pstm, cb.u.LowPart, pcbRead, pcbWritten);
571 return E_NOTIMPL;
572}
static HMODULE MODULEINFO DWORD cb
Definition: module.c:33

◆ ProtocolStream_LockRegion()

static HRESULT WINAPI ProtocolStream_LockRegion ( IStream iface,
ULARGE_INTEGER  libOffset,
ULARGE_INTEGER  cb,
DWORD  dwLockType 
)
static

Definition at line 592 of file binding.c.

594{
596 FIXME("(%p)->(%d %d %d)\n", This, libOffset.u.LowPart, cb.u.LowPart, dwLockType);
597 return E_NOTIMPL;
598}
struct _ULARGE_INTEGER::@4140 u

◆ ProtocolStream_QueryInterface()

static HRESULT WINAPI ProtocolStream_QueryInterface ( IStream iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 429 of file binding.c.

431{
433
434 *ppv = NULL;
435
437 TRACE("(%p)->(IID_IUnknown %p)\n", This, ppv);
438 *ppv = &This->IStream_iface;
439 }else if(IsEqualGUID(&IID_ISequentialStream, riid)) {
440 TRACE("(%p)->(IID_ISequentialStream %p)\n", This, ppv);
441 *ppv = &This->IStream_iface;
442 }else if(IsEqualGUID(&IID_IStream, riid)) {
443 TRACE("(%p)->(IID_IStream %p)\n", This, ppv);
444 *ppv = &This->IStream_iface;
445 }
446
447 if(*ppv) {
448 IStream_AddRef(&This->IStream_iface);
449 return S_OK;
450 }
451
452 WARN("(%p)->(%s %p)\n", This, debugstr_guid(riid), ppv);
453 return E_NOINTERFACE;
454}

◆ ProtocolStream_Read()

static HRESULT WINAPI ProtocolStream_Read ( IStream iface,
void pv,
ULONG  cb,
ULONG pcbRead 
)
static

Definition at line 483 of file binding.c.

485{
487 DWORD read = 0;
489
490 TRACE("(%p)->(%p %d %p)\n", This, pv, cb, pcbRead);
491
492 if(This->buf->file == INVALID_HANDLE_VALUE) {
493 hres = This->buf->hres = IInternetProtocolEx_Read(This->buf->protocol, (PBYTE)pv, cb, &read);
494 }else {
495 hres = ReadFile(This->buf->file, pv, cb, &read, NULL) ? S_OK : INET_E_DOWNLOAD_FAILURE;
496 }
497
498 if (pcbRead)
499 *pcbRead = read;
500
501 if(hres == E_PENDING)
502 return E_PENDING;
503 else if(FAILED(hres))
504 FIXME("Read failed: %08x\n", hres);
505
506 return read ? S_OK : S_FALSE;
507}
#define read
Definition: acwin.h:96
#define E_PENDING
Definition: dinput.h:172
#define ReadFile(a, b, c, d, e)
Definition: compat.h:742
BYTE * PBYTE
Definition: pedump.c:66
#define S_FALSE
Definition: winerror.h:2357

◆ ProtocolStream_Release()

static ULONG WINAPI ProtocolStream_Release ( IStream iface)
static

Definition at line 466 of file binding.c.

467{
470
471 TRACE("(%p) ref=%d\n", This, ref);
472
473 if(!ref) {
474 IUnknown_Release(&This->buf->IUnknown_iface);
476
478 }
479
480 return ref;
481}

◆ ProtocolStream_Revert()

static HRESULT WINAPI ProtocolStream_Revert ( IStream iface)
static

Definition at line 583 of file binding.c.

584{
586
587 TRACE("(%p)\n", This);
588
589 return E_NOTIMPL;
590}

◆ ProtocolStream_Seek()

static HRESULT WINAPI ProtocolStream_Seek ( IStream iface,
LARGE_INTEGER  dlibMove,
DWORD  dwOrigin,
ULARGE_INTEGER plibNewPosition 
)
static

Definition at line 519 of file binding.c.

521{
523 LARGE_INTEGER new_pos;
525
526 TRACE("(%p)->(%d %08x %p)\n", This, dlibMove.u.LowPart, dwOrigin, plibNewPosition);
527
528 if(This->buf->file == INVALID_HANDLE_VALUE) {
529 /* We should probably call protocol handler's Seek. */
530 FIXME("no cache file, not supported\n");
531 return E_FAIL;
532 }
533
534 switch(dwOrigin) {
535 case STREAM_SEEK_SET:
537 break;
538 case STREAM_SEEK_CUR:
540 break;
541 case STREAM_SEEK_END:
543 break;
544 default:
545 WARN("Invalid origin %x\n", dwOrigin);
546 return E_FAIL;
547 }
548
549 if(!SetFilePointerEx(This->buf->file, dlibMove, &new_pos, method)) {
550 FIXME("SetFilePointerEx failed: %u\n", GetLastError());
551 return E_FAIL;
552 }
553
554 if(plibNewPosition)
555 plibNewPosition->QuadPart = new_pos.QuadPart;
556 return S_OK;
557}
#define FILE_BEGIN
Definition: compat.h:761
BOOL WINAPI SetFilePointerEx(HANDLE hFile, LARGE_INTEGER liDistanceToMove, PLARGE_INTEGER lpNewFilePointer, DWORD dwMoveMethod)
Definition: fileinfo.c:177
method
Definition: dragdrop.c:54
ULONGLONG QuadPart
Definition: ms-dtyp.idl:185
LONGLONG QuadPart
Definition: typedefs.h:114
struct _LARGE_INTEGER::@2295 u
#define FILE_END
Definition: winbase.h:114
#define FILE_CURRENT
Definition: winbase.h:113

◆ ProtocolStream_SetSize()

static HRESULT WINAPI ProtocolStream_SetSize ( IStream iface,
ULARGE_INTEGER  libNewSize 
)
static

Definition at line 559 of file binding.c.

560{
562 FIXME("(%p)->(%d)\n", This, libNewSize.u.LowPart);
563 return E_NOTIMPL;
564}

◆ ProtocolStream_Stat()

static HRESULT WINAPI ProtocolStream_Stat ( IStream iface,
STATSTG *  pstatstg,
DWORD  dwStatFlag 
)
static

Definition at line 608 of file binding.c.

610{
612 TRACE("(%p)->(%p %08x)\n", This, pstatstg, dwStatFlag);
613
614 if(!pstatstg)
615 return E_FAIL;
616
617 memset(pstatstg, 0, sizeof(STATSTG));
618
619 if(!(dwStatFlag&STATFLAG_NONAME) && This->buf->cache_file) {
620 pstatstg->pwcsName = CoTaskMemAlloc((lstrlenW(This->buf->cache_file)+1)*sizeof(WCHAR));
621 if(!pstatstg->pwcsName)
623
624 lstrcpyW(pstatstg->pwcsName, This->buf->cache_file);
625 }
626
627 pstatstg->type = STGTY_STREAM;
628 if(This->buf->file != INVALID_HANDLE_VALUE) {
629 GetFileSizeEx(This->buf->file, (PLARGE_INTEGER)&pstatstg->cbSize);
630 GetFileTime(This->buf->file, &pstatstg->ctime, &pstatstg->atime, &pstatstg->mtime);
631 if(pstatstg->cbSize.QuadPart)
632 pstatstg->grfMode = GENERIC_READ;
633 }
634
635 return S_OK;
636}
#define GetFileSizeEx
Definition: compat.h:757
BOOL WINAPI GetFileTime(IN HANDLE hFile, OUT LPFILETIME lpCreationTime OPTIONAL, OUT LPFILETIME lpLastAccessTime OPTIONAL, OUT LPFILETIME lpLastWriteTime OPTIONAL)
Definition: fileinfo.c:896
#define memset(x, y, z)
Definition: compat.h:39
#define STG_E_INSUFFICIENTMEMORY
Definition: winerror.h:2570

◆ ProtocolStream_UnlockRegion()

static HRESULT WINAPI ProtocolStream_UnlockRegion ( IStream iface,
ULARGE_INTEGER  libOffset,
ULARGE_INTEGER  cb,
DWORD  dwLockType 
)
static

Definition at line 600 of file binding.c.

602{
604 FIXME("(%p)->(%d %d %d)\n", This, libOffset.u.LowPart, cb.u.LowPart, dwLockType);
605 return E_NOTIMPL;
606}

◆ ProtocolStream_Write()

static HRESULT WINAPI ProtocolStream_Write ( IStream iface,
const void pv,
ULONG  cb,
ULONG pcbWritten 
)
static

Definition at line 509 of file binding.c.

511{
513
514 TRACE("(%p)->(%p %d %p)\n", This, pv, cb, pcbWritten);
515
516 return STG_E_ACCESSDENIED;
517}
#define STG_E_ACCESSDENIED
Definition: winerror.h:2568

◆ read_protocol_data()

static void read_protocol_data ( stgmed_buf_t stgmed_buf)
static

Definition at line 107 of file binding.c.

108{
109 BYTE buf[8192];
110 DWORD read;
112
113 do hres = IInternetProtocolEx_Read(stgmed_buf->protocol, buf, sizeof(buf), &read);
114 while(hres == S_OK);
115}
IInternetProtocolEx * protocol
Definition: binding.c:37
unsigned char BYTE
Definition: xxhash.c:193

Referenced by report_data(), and stgmed_file_fill_stgmed().

◆ report_data()

static void report_data ( Binding This,
DWORD  bscf,
ULONG  progress,
ULONG  progress_max 
)
static

Definition at line 1078 of file binding.c.

1079{
1080 FORMATETC formatetc = {0, NULL, 1, -1, TYMED_ISTREAM};
1081 BOOL sent_begindownloaddata = FALSE;
1082
1083 TRACE("(%p)->(%d %u %u)\n", This, bscf, progress, progress_max);
1084
1085 if(This->download_state == END_DOWNLOAD || (This->state & BINDING_ABORTED)) {
1086 read_protocol_data(This->stgmed_buf);
1087 return;
1088 }
1089
1090 if(This->state & BINDING_STOPPED)
1091 return;
1092
1093 if(This->stgmed_buf->file != INVALID_HANDLE_VALUE)
1094 read_protocol_data(This->stgmed_buf);
1095
1096 if(This->download_state == BEFORE_DOWNLOAD) {
1097 This->download_state = DOWNLOADING;
1098 sent_begindownloaddata = TRUE;
1099 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1100 BINDSTATUS_BEGINDOWNLOADDATA, This->url);
1101
1102 if(This->stgmed_buf->cache_file)
1103 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1104 BINDSTATUS_CACHEFILENAMEAVAILABLE, This->stgmed_buf->cache_file);
1105 }
1106
1107 if(This->stgmed_buf->hres == S_FALSE || (bscf & BSCF_LASTDATANOTIFICATION)) {
1108 This->download_state = END_DOWNLOAD;
1109 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1110 BINDSTATUS_ENDDOWNLOADDATA, This->url);
1111 }else if(!sent_begindownloaddata) {
1112 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1113 BINDSTATUS_DOWNLOADINGDATA, This->url);
1114 }
1115
1116 if(This->state & (BINDING_STOPPED|BINDING_ABORTED))
1117 return;
1118
1119 if(This->to_object) {
1120 if(!(This->state & BINDING_OBJAVAIL)) {
1121 IBinding_AddRef(&This->IBinding_iface);
1123 IBinding_Release(&This->IBinding_iface);
1124 }
1125 }else {
1126 STGMEDIUM stgmed;
1127 HRESULT hres;
1128
1129 if(!(This->state & BINDING_LOCKED)) {
1130 HRESULT hres = IInternetProtocolEx_LockRequest(
1131 &This->protocol->IInternetProtocolEx_iface, 0);
1132 if(SUCCEEDED(hres))
1133 This->state |= BINDING_LOCKED;
1134 }
1135
1136 hres = This->stgmed_obj->vtbl->fill_stgmed(This->stgmed_obj, &stgmed);
1137 if(FAILED(hres)) {
1139 return;
1140 }
1141
1142 formatetc.tymed = stgmed.tymed;
1143 formatetc.cfFormat = This->clipboard_format;
1144
1145 hres = IBindStatusCallback_OnDataAvailable(This->callback, bscf, progress,
1146 &formatetc, &stgmed);
1147 if(hres != S_OK) {
1148 if(This->download_state != END_DOWNLOAD) {
1149 This->download_state = END_DOWNLOAD;
1150 IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
1151 BINDSTATUS_ENDDOWNLOADDATA, This->url);
1152 }
1153
1154 WARN("OnDataAvailable returned %x\n", hres);
1156 return;
1157 }
1158
1159 if(This->download_state == END_DOWNLOAD)
1161 }
1162}
static void create_object(Binding *binding)
Definition: binding.c:293
static void read_protocol_data(stgmed_buf_t *stgmed_buf)
Definition: binding.c:107
unsigned int BOOL
Definition: ntddk_ex.h:94

Referenced by InternetProtocolSink_ReportData(), and start_binding().

◆ ServiceProvider_AddRef()

static ULONG WINAPI ServiceProvider_AddRef ( IServiceProvider iface)
static

Definition at line 1373 of file binding.c.

1374{
1376 return IBinding_AddRef(&This->IBinding_iface);
1377}
static Binding * impl_from_IServiceProvider(IServiceProvider *iface)
Definition: binding.c:1361

◆ ServiceProvider_QueryInterface()

static HRESULT WINAPI ServiceProvider_QueryInterface ( IServiceProvider iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 1366 of file binding.c.

1368{
1370 return IBinding_QueryInterface(&This->IBinding_iface, riid, ppv);
1371}

◆ ServiceProvider_QueryService()

static HRESULT WINAPI ServiceProvider_QueryService ( IServiceProvider iface,
REFGUID  guidService,
REFIID  riid,
void **  ppv 
)
static

Definition at line 1385 of file binding.c.

1387{
1389 HRESULT hres;
1390
1391 TRACE("(%p)->(%s %s %p)\n", This, debugstr_guid(guidService), debugstr_guid(riid), ppv);
1392
1393 if(This->service_provider) {
1394 hres = IServiceProvider_QueryService(This->service_provider, guidService,
1395 riid, ppv);
1396 if(SUCCEEDED(hres))
1397 return hres;
1398 }
1399
1400 WARN("unknown service %s\n", debugstr_guid(guidService));
1401 return E_NOINTERFACE;
1402}

◆ ServiceProvider_Release()

static ULONG WINAPI ServiceProvider_Release ( IServiceProvider iface)
static

Definition at line 1379 of file binding.c.

1380{
1382 return IBinding_Release(&This->IBinding_iface);
1383}

◆ start_binding()

static HRESULT start_binding ( IMoniker mon,
Binding binding_ctx,
IUri uri,
IBindCtx pbc,
BOOL  to_obj,
REFIID  riid,
Binding **  ret 
)
static

Definition at line 1560 of file binding.c.

1562{
1563 Binding *binding = NULL;
1564 HRESULT hres;
1565 MSG msg;
1566
1567 hres = Binding_Create(mon, binding_ctx, uri, pbc, to_obj, riid, &binding);
1568 if(FAILED(hres))
1569 return hres;
1570
1571 hres = IBindStatusCallback_OnStartBinding(binding->callback, 0, &binding->IBinding_iface);
1572 if(FAILED(hres)) {
1573 WARN("OnStartBinding failed: %08x\n", hres);
1574 if(hres != E_ABORT && hres != E_NOTIMPL)
1575 hres = INET_E_DOWNLOAD_FAILURE;
1576
1577 stop_binding(binding, hres, NULL);
1578 IBinding_Release(&binding->IBinding_iface);
1579 return hres;
1580 }
1581
1582 if(binding_ctx) {
1584 &binding->IInternetBindInfo_iface);
1585 if(binding_ctx->redirect_url)
1586 IBindStatusCallback_OnProgress(binding->callback, 0, 0, BINDSTATUS_REDIRECTING, binding_ctx->redirect_url);
1587 report_data(binding, BSCF_FIRSTDATANOTIFICATION | (binding_ctx->download_state == END_DOWNLOAD ? BSCF_LASTDATANOTIFICATION : 0),
1588 0, 0);
1589 }else {
1590 hres = IInternetProtocolEx_StartEx(&binding->protocol->IInternetProtocolEx_iface, uri,
1592 PI_APARTMENTTHREADED|PI_MIMEVERIFICATION, 0);
1593
1594 TRACE("start ret %08x\n", hres);
1595
1596 if(FAILED(hres) && hres != E_PENDING) {
1597 stop_binding(binding, hres, NULL);
1598 IBinding_Release(&binding->IBinding_iface);
1599
1600 return hres;
1601 }
1602 }
1603
1604 while(!(binding->bindf & BINDF_ASYNCHRONOUS) &&
1605 !(binding->state & BINDING_STOPPED)) {
1607 while (PeekMessageW(&msg, binding->notif_hwnd, WM_USER, WM_USER+117, PM_REMOVE|PM_NOYIELD)) {
1610 }
1611 }
1612
1613 *ret = binding;
1614 return S_OK;
1615}
#define msg(x)
Definition: auth_time.c:54
static HRESULT Binding_Create(IMoniker *mon, Binding *binding_ctx, IUri *uri, IBindCtx *pbc, BOOL to_obj, REFIID riid, Binding **binding)
Definition: binding.c:1447
void set_binding_sink(BindProtocol *This, IInternetProtocolSink *sink, IInternetBindInfo *bind_info)
Definition: bindprot.c:564
IInternetBindInfo IInternetBindInfo_iface
Definition: binding.c:71
LPWSTR redirect_url
Definition: binding.c:91
IInternetProtocolSink IInternetProtocolSink_iface
Definition: binding.c:70
HWND notif_hwnd
Definition: binding.c:102
TW_UINT32 TW_UINT16 TW_UINT16 MSG
Definition: twain.h:1829
BOOL WINAPI TranslateMessage(_In_ const MSG *)
DWORD WINAPI MsgWaitForMultipleObjects(_In_ DWORD nCount, _In_reads_opt_(nCount) CONST HANDLE *pHandles, _In_ BOOL fWaitAll, _In_ DWORD dwMilliseconds, _In_ DWORD dwWakeMask)
#define PM_NOYIELD
Definition: winuser.h:1197
BOOL WINAPI PeekMessageW(_Out_ LPMSG, _In_opt_ HWND, _In_ UINT, _In_ UINT, _In_ UINT)
#define PM_REMOVE
Definition: winuser.h:1196
#define QS_POSTMESSAGE
Definition: winuser.h:877
LRESULT WINAPI DispatchMessageW(_In_ const MSG *)
#define WM_USER
Definition: winuser.h:1895

Referenced by bind_to_object(), and bind_to_storage().

◆ stgmed_file_fill_stgmed()

static HRESULT stgmed_file_fill_stgmed ( stgmed_obj_t obj,
STGMEDIUM *  stgmed 
)
static

Definition at line 727 of file binding.c.

728{
730
731 if(!file_obj->buf->cache_file) {
732 WARN("cache_file not set\n");
733 return INET_E_DATA_NOT_AVAILABLE;
734 }
735
736 read_protocol_data(file_obj->buf);
737
738 stgmed->tymed = TYMED_FILE;
739 stgmed->u.lpszFileName = file_obj->buf->cache_file;
740 stgmed->pUnkForRelease = &file_obj->buf->IUnknown_iface;
741
742 return S_OK;
743}
LPWSTR cache_file
Definition: binding.c:42
IUnknown IUnknown_iface
Definition: binding.c:33
stgmed_buf_t * buf
Definition: binding.c:700

◆ stgmed_file_get_result()

static HRESULT stgmed_file_get_result ( stgmed_obj_t obj,
DWORD  bindf,
void **  result 
)
static

Definition at line 745 of file binding.c.

746{
747 return bindf & BINDF_ASYNCHRONOUS ? MK_S_ASYNCHRONOUS : S_OK;
748}
static DWORD bindf
Definition: protocol.c:70

◆ stgmed_file_release()

static void stgmed_file_release ( stgmed_obj_t obj)
static

Definition at line 719 of file binding.c.

720{
722
723 IUnknown_Release(&file_obj->buf->IUnknown_iface);
724 heap_free(file_obj);
725}

◆ stgmed_stream_fill_stgmed()

static HRESULT stgmed_stream_fill_stgmed ( stgmed_obj_t obj,
STGMEDIUM *  stgmed 
)
static

Definition at line 668 of file binding.c.

669{
671
672 stgmed->tymed = TYMED_ISTREAM;
673 stgmed->u.pstm = &stream->IStream_iface;
674 stgmed->pUnkForRelease = &stream->buf->IUnknown_iface;
675
676 return S_OK;
677}
Definition: parse.h:23
IStream IStream_iface
Definition: request.c:4377

◆ stgmed_stream_get_result()

static HRESULT stgmed_stream_get_result ( stgmed_obj_t obj,
DWORD  bindf,
void **  result 
)
static

Definition at line 679 of file binding.c.

680{
682
683 if(!(bindf & BINDF_ASYNCHRONOUS) && stream->buf->file == INVALID_HANDLE_VALUE
684 && stream->buf->hres != S_FALSE)
685 return INET_E_DATA_NOT_AVAILABLE;
686
687 IStream_AddRef(&stream->IStream_iface);
689 return S_OK;
690}
GLuint64EXT * result
Definition: glext.h:11304

◆ stgmed_stream_release()

static void stgmed_stream_release ( stgmed_obj_t obj)
static

Definition at line 662 of file binding.c.

663{
665 IStream_Release(&stream->IStream_iface);
666}

◆ StgMedUnk_AddRef()

static ULONG WINAPI StgMedUnk_AddRef ( IUnknown iface)
static

Definition at line 361 of file binding.c.

362{
365
366 TRACE("(%p) ref=%d\n", This, ref);
367
368 return ref;
369}
static stgmed_buf_t * impl_from_IUnknown(IUnknown *iface)
Definition: binding.c:338

◆ StgMedUnk_QueryInterface()

static HRESULT WINAPI StgMedUnk_QueryInterface ( IUnknown iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 343 of file binding.c.

344{
346
347 *ppv = NULL;
348
350 TRACE("(%p)->(IID_IUnknown %p)\n", This, ppv);
351
352 *ppv = &This->IUnknown_iface;
353 IUnknown_AddRef(&This->IUnknown_iface);
354 return S_OK;
355 }
356
357 TRACE("(%p)->(%s %p)\n", This, debugstr_guid(riid), ppv);
358 return E_NOINTERFACE;
359}

◆ StgMedUnk_Release()

static ULONG WINAPI StgMedUnk_Release ( IUnknown iface)
static

Definition at line 371 of file binding.c.

372{
375
376 TRACE("(%p) ref=%d\n", This, ref);
377
378 if(!ref) {
379 if(This->file != INVALID_HANDLE_VALUE)
380 CloseHandle(This->file);
381 IInternetProtocolEx_Release(This->protocol);
382 heap_free(This->cache_file);
384
386 }
387
388 return ref;
389}
#define CloseHandle
Definition: compat.h:739

◆ stop_binding()

static void stop_binding ( Binding binding,
HRESULT  hres,
LPCWSTR  str 
)
static

Definition at line 174 of file binding.c.

175{
176 if(binding->state & BINDING_LOCKED) {
177 IInternetProtocolEx_UnlockRequest(&binding->protocol->IInternetProtocolEx_iface);
178 binding->state &= ~BINDING_LOCKED;
179 }
180
181 if(!(binding->state & BINDING_STOPPED)) {
182 binding->state |= BINDING_STOPPED;
183
184 binding->hres = hres;
185 IBindStatusCallback_OnStopBinding(binding->callback, hres, str);
186 }
187}
const WCHAR * str

Referenced by create_object(), InternetProtocolSink_ReportResult(), report_data(), and start_binding().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( urlmon  )

◆ WinInetHttpInfo_AddRef()

static ULONG WINAPI WinInetHttpInfo_AddRef ( IWinInetHttpInfo iface)
static

Definition at line 1303 of file binding.c.

1304{
1306 return IBinding_AddRef(&This->IBinding_iface);
1307}
static Binding * impl_from_IWinInetHttpInfo(IWinInetHttpInfo *iface)
Definition: binding.c:1292

◆ WinInetHttpInfo_QueryInfo()

static HRESULT WINAPI WinInetHttpInfo_QueryInfo ( IWinInetHttpInfo iface,
DWORD  dwOption,
void pBuffer,
DWORD pcbBuffer,
DWORD pdwFlags,
DWORD pdwReserved 
)
static

Definition at line 1334 of file binding.c.

1336{
1338 IWinInetHttpInfo *http_info;
1339 HRESULT hres;
1340
1341 TRACE("(%p)->(%x %p %p %p %p)\n", This, dwOption, pBuffer, pcbBuffer, pdwFlags, pdwReserved);
1342
1343 hres = IInternetProtocolEx_QueryInterface(&This->protocol->IInternetProtocolEx_iface,
1344 &IID_IWinInetHttpInfo, (void**)&http_info);
1345 if(FAILED(hres))
1346 return E_FAIL;
1347
1348 hres = IWinInetHttpInfo_QueryInfo(http_info, dwOption, pBuffer, pcbBuffer, pdwFlags, pdwReserved);
1349 IWinInetHttpInfo_Release(http_info);
1350 return hres;
1351}
PVOID pBuffer

◆ WinInetHttpInfo_QueryInterface()

static HRESULT WINAPI WinInetHttpInfo_QueryInterface ( IWinInetHttpInfo iface,
REFIID  riid,
void **  ppv 
)
static

Definition at line 1297 of file binding.c.

1298{
1300 return IBinding_QueryInterface(&This->IBinding_iface, riid, ppv);
1301}

◆ WinInetHttpInfo_QueryOption()

static HRESULT WINAPI WinInetHttpInfo_QueryOption ( IWinInetHttpInfo iface,
DWORD  dwOption,
void pBuffer,
DWORD pcbBuffer 
)
static

Definition at line 1315 of file binding.c.

1317{
1319 IWinInetInfo *wininet_info;
1320 HRESULT hres;
1321
1322 TRACE("(%p)->(%x %p %p)\n", This, dwOption, pBuffer, pcbBuffer);
1323
1324 hres = IInternetProtocolEx_QueryInterface(&This->protocol->IInternetProtocolEx_iface,
1325 &IID_IWinInetInfo, (void**)&wininet_info);
1326 if(FAILED(hres))
1327 return E_FAIL;
1328
1329 hres = IWinInetInfo_QueryOption(wininet_info, dwOption, pBuffer, pcbBuffer);
1330 IWinInetInfo_Release(wininet_info);
1331 return hres;
1332}

◆ WinInetHttpInfo_Release()

static ULONG WINAPI WinInetHttpInfo_Release ( IWinInetHttpInfo iface)
static

Definition at line 1309 of file binding.c.

1310{
1312 return IBinding_Release(&This->IBinding_iface);
1313}

Variable Documentation

◆ BindingVtbl

const IBindingVtbl BindingVtbl
static
Initial value:
= {
}
static HRESULT WINAPI Binding_SetPriority(IBinding *iface, LONG nPriority)
Definition: binding.c:915
static HRESULT WINAPI Binding_Suspend(IBinding *iface)
Definition: binding.c:901
static HRESULT WINAPI Binding_Abort(IBinding *iface)
Definition: binding.c:882
static HRESULT WINAPI Binding_GetPriority(IBinding *iface, LONG *pnPriority)
Definition: binding.c:922
static ULONG WINAPI Binding_Release(IBinding *iface)
Definition: binding.c:841
static ULONG WINAPI Binding_AddRef(IBinding *iface)
Definition: binding.c:831
static HRESULT WINAPI Binding_GetBindResult(IBinding *iface, CLSID *pclsidProtocol, DWORD *pdwResult, LPOLESTR *pszResult, DWORD *pdwReserved)
Definition: binding.c:929
static HRESULT WINAPI Binding_QueryInterface(IBinding *iface, REFIID riid, void **ppv)
Definition: binding.c:773
static HRESULT WINAPI Binding_Resume(IBinding *iface)
Definition: binding.c:908

Definition at line 952 of file binding.c.

Referenced by Binding_Create(), and get_bctx_binding().

◆ bscb_holderW

WCHAR bscb_holderW[] = { '_','B','S','C','B','_','H','o','l','d','e','r','_',0 }
static

Definition at line 30 of file binding.c.

Referenced by get_callback(), and load_doc_mon().

◆ cbinding_contextW

WCHAR cbinding_contextW[] = {'C','B','i','n','d','i','n','g',' ','C','o','n','t','e','x','t',0}
static

Definition at line 29 of file binding.c.

Referenced by get_bctx_binding(), load_doc_mon(), and PersistMoniker_Load().

◆ InternetBindInfoVtbl

const IInternetBindInfoVtbl InternetBindInfoVtbl
static
Initial value:
= {
}
static HRESULT WINAPI InternetBindInfo_GetBindString(IInternetBindInfo *iface, ULONG ulStringType, LPOLESTR *ppwzStr, ULONG cEl, ULONG *pcElFetched)
Definition: binding.c:1233
static ULONG WINAPI InternetBindInfo_Release(IInternetBindInfo *iface)
Definition: binding.c:1216
static ULONG WINAPI InternetBindInfo_AddRef(IInternetBindInfo *iface)
Definition: binding.c:1210
static HRESULT WINAPI InternetBindInfo_QueryInterface(IInternetBindInfo *iface, REFIID riid, void **ppv)
Definition: binding.c:1203
static HRESULT WINAPI InternetBindInfo_GetBindInfo(IInternetBindInfo *iface, DWORD *grfBINDF, BINDINFO *pbindinfo)
Definition: binding.c:1222

Definition at line 1284 of file binding.c.

Referenced by Binding_Create().

◆ InternetProtocolSinkVtbl

const IInternetProtocolSinkVtbl InternetProtocolSinkVtbl
static
Initial value:
= {
}
static HRESULT WINAPI InternetProtocolSink_ReportProgress(IInternetProtocolSink *iface, ULONG ulStatusCode, LPCWSTR szStatusText)
Definition: binding.c:1025
static ULONG WINAPI InternetProtocolSink_Release(IInternetProtocolSink *iface)
Definition: binding.c:1002
static HRESULT WINAPI InternetProtocolSink_QueryInterface(IInternetProtocolSink *iface, REFIID riid, void **ppv)
Definition: binding.c:989
static ULONG WINAPI InternetProtocolSink_AddRef(IInternetProtocolSink *iface)
Definition: binding.c:996
static HRESULT WINAPI InternetProtocolSink_Switch(IInternetProtocolSink *iface, PROTOCOLDATA *pProtocolData)
Definition: binding.c:1008
static HRESULT WINAPI InternetProtocolSink_ReportData(IInternetProtocolSink *iface, DWORD grfBSCF, ULONG ulProgress, ULONG ulProgressMax)
Definition: binding.c:1164
static HRESULT WINAPI InternetProtocolSink_ReportResult(IInternetProtocolSink *iface, HRESULT hrResult, DWORD dwError, LPCWSTR szResult)
Definition: binding.c:1175

Definition at line 1188 of file binding.c.

Referenced by Binding_Create().

◆ ProtocolStreamVtbl

const IStreamVtbl ProtocolStreamVtbl
static
Initial value:
= {
}
static HRESULT WINAPI ProtocolStream_Stat(IStream *iface, STATSTG *pstatstg, DWORD dwStatFlag)
Definition: binding.c:608
static HRESULT WINAPI ProtocolStream_Revert(IStream *iface)
Definition: binding.c:583
static HRESULT WINAPI ProtocolStream_Clone(IStream *iface, IStream **ppstm)
Definition: binding.c:638
static HRESULT WINAPI ProtocolStream_Write(IStream *iface, const void *pv, ULONG cb, ULONG *pcbWritten)
Definition: binding.c:509
static ULONG WINAPI ProtocolStream_AddRef(IStream *iface)
Definition: binding.c:456
static HRESULT WINAPI ProtocolStream_UnlockRegion(IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
Definition: binding.c:600
static HRESULT WINAPI ProtocolStream_CopyTo(IStream *iface, IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *pcbWritten)
Definition: binding.c:566
static HRESULT WINAPI ProtocolStream_LockRegion(IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
Definition: binding.c:592
static HRESULT WINAPI ProtocolStream_SetSize(IStream *iface, ULARGE_INTEGER libNewSize)
Definition: binding.c:559
static HRESULT WINAPI ProtocolStream_QueryInterface(IStream *iface, REFIID riid, void **ppv)
Definition: binding.c:429
static HRESULT WINAPI ProtocolStream_Seek(IStream *iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition)
Definition: binding.c:519
static HRESULT WINAPI ProtocolStream_Read(IStream *iface, void *pv, ULONG cb, ULONG *pcbRead)
Definition: binding.c:483
static ULONG WINAPI ProtocolStream_Release(IStream *iface)
Definition: binding.c:466
static HRESULT WINAPI ProtocolStream_Commit(IStream *iface, DWORD grfCommitFlags)
Definition: binding.c:574

Definition at line 645 of file binding.c.

Referenced by create_stgmed_stream().

◆ ServiceProviderVtbl

const IServiceProviderVtbl ServiceProviderVtbl
static
Initial value:
= {
}
static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFGUID guidService, REFIID riid, void **ppv)
Definition: binding.c:1385
static ULONG WINAPI ServiceProvider_Release(IServiceProvider *iface)
Definition: binding.c:1379
static HRESULT WINAPI ServiceProvider_QueryInterface(IServiceProvider *iface, REFIID riid, void **ppv)
Definition: binding.c:1366
static ULONG WINAPI ServiceProvider_AddRef(IServiceProvider *iface)
Definition: binding.c:1373

Definition at line 1404 of file binding.c.

Referenced by Binding_Create().

◆ stgmed_file_vtbl

const stgmed_obj_vtbl stgmed_file_vtbl
static
Initial value:
= {
}
static HRESULT stgmed_file_fill_stgmed(stgmed_obj_t *obj, STGMEDIUM *stgmed)
Definition: binding.c:727
static void stgmed_file_release(stgmed_obj_t *obj)
Definition: binding.c:719
static HRESULT stgmed_file_get_result(stgmed_obj_t *obj, DWORD bindf, void **result)
Definition: binding.c:745

Definition at line 750 of file binding.c.

Referenced by create_stgmed_file().

◆ stgmed_stream_vtbl

const stgmed_obj_vtbl stgmed_stream_vtbl
static
Initial value:
= {
}
static void stgmed_stream_release(stgmed_obj_t *obj)
Definition: binding.c:662
static HRESULT stgmed_stream_fill_stgmed(stgmed_obj_t *obj, STGMEDIUM *stgmed)
Definition: binding.c:668
static HRESULT stgmed_stream_get_result(stgmed_obj_t *obj, DWORD bindf, void **result)
Definition: binding.c:679

Definition at line 692 of file binding.c.

Referenced by create_stgmed_stream().

◆ StgMedUnkVtbl

const IUnknownVtbl StgMedUnkVtbl
static
Initial value:
= {
}
static ULONG WINAPI StgMedUnk_AddRef(IUnknown *iface)
Definition: binding.c:361
static ULONG WINAPI StgMedUnk_Release(IUnknown *iface)
Definition: binding.c:371
static HRESULT WINAPI StgMedUnk_QueryInterface(IUnknown *iface, REFIID riid, void **ppv)
Definition: binding.c:343

Definition at line 391 of file binding.c.

Referenced by create_stgmed_buf().

◆ WinInetHttpInfoVtbl

const IWinInetHttpInfoVtbl WinInetHttpInfoVtbl
static
Initial value:
= {
}
static HRESULT WINAPI WinInetHttpInfo_QueryInterface(IWinInetHttpInfo *iface, REFIID riid, void **ppv)
Definition: binding.c:1297
static ULONG WINAPI WinInetHttpInfo_AddRef(IWinInetHttpInfo *iface)
Definition: binding.c:1303
static HRESULT WINAPI WinInetHttpInfo_QueryInfo(IWinInetHttpInfo *iface, DWORD dwOption, void *pBuffer, DWORD *pcbBuffer, DWORD *pdwFlags, DWORD *pdwReserved)
Definition: binding.c:1334
static HRESULT WINAPI WinInetHttpInfo_QueryOption(IWinInetHttpInfo *iface, DWORD dwOption, void *pBuffer, DWORD *pcbBuffer)
Definition: binding.c:1315
static ULONG WINAPI WinInetHttpInfo_Release(IWinInetHttpInfo *iface)
Definition: binding.c:1309

Definition at line 1353 of file binding.c.

Referenced by Binding_Create().