|
| WebDownloadDelegate () |
|
virtual | ~WebDownloadDelegate () |
|
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject) |
|
virtual ULONG STDMETHODCALLTYPE | AddRef () |
|
virtual ULONG STDMETHODCALLTYPE | Release () |
|
virtual HRESULT STDMETHODCALLTYPE | decideDestinationWithSuggestedFilename (_In_opt_ IWebDownload *, _In_ BSTR filename) |
|
virtual HRESULT STDMETHODCALLTYPE | didCancelAuthenticationChallenge (_In_opt_ IWebDownload *, _In_opt_ IWebURLAuthenticationChallenge *) |
|
virtual HRESULT STDMETHODCALLTYPE | didCreateDestination (_In_opt_ IWebDownload *, _In_ BSTR destination) |
|
virtual HRESULT STDMETHODCALLTYPE | didFailWithError (_In_opt_ IWebDownload *, _In_opt_ IWebError *) |
|
virtual HRESULT STDMETHODCALLTYPE | didReceiveAuthenticationChallenge (_In_opt_ IWebDownload *, _In_opt_ IWebURLAuthenticationChallenge *) |
|
virtual HRESULT STDMETHODCALLTYPE | didReceiveDataOfLength (_In_opt_ IWebDownload *, unsigned length) |
|
virtual HRESULT STDMETHODCALLTYPE | didReceiveResponse (_In_opt_ IWebDownload *, _In_opt_ IWebURLResponse *) |
|
virtual HRESULT STDMETHODCALLTYPE | shouldDecodeSourceDataOfMIMEType (_In_opt_ IWebDownload *, _In_ BSTR encodingType, _Out_ BOOL *shouldDecode) |
|
virtual HRESULT STDMETHODCALLTYPE | willResumeWithResponse (_In_opt_ IWebDownload *, _In_opt_ IWebURLResponse *, long long fromByte) |
|
virtual HRESULT STDMETHODCALLTYPE | willSendRequest (_In_opt_ IWebDownload *, _In_opt_ IWebMutableURLRequest *, _In_opt_ IWebURLResponse *redirectResponse, _COM_Outptr_opt_ IWebMutableURLRequest **finalRequest) |
|
virtual HRESULT STDMETHODCALLTYPE | didBegin (_In_opt_ IWebDownload *) |
|
virtual HRESULT STDMETHODCALLTYPE | didFinish (_In_opt_ IWebDownload *) |
|
HRESULT | decideDestinationWithSuggestedFilename ([in] IWebDownload *download, [in] BSTR filename) |
|
HRESULT | didCancelAuthenticationChallenge ([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) |
|
HRESULT | didCreateDestination ([in] IWebDownload *download, [in] BSTR destination) |
|
HRESULT | didFailWithError ([in] IWebDownload *download, [in] IWebError *error) |
|
HRESULT | didReceiveAuthenticationChallenge ([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) |
|
HRESULT | didReceiveDataOfLength ([in] IWebDownload *download, [in] unsigned length) |
|
HRESULT | didReceiveResponse ([in] IWebDownload *download, [in] IWebURLResponse *response) |
|
HRESULT | shouldDecodeSourceDataOfMIMEType ([in] IWebDownload *download, [in] BSTR encodingType, [out, retval] BOOL *shouldDecode) |
|
HRESULT | willResumeWithResponse ([in] IWebDownload *download, [in] IWebURLResponse *response, [in] long long fromByte) |
|
HRESULT | willSendRequest ([in] IWebDownload *download, [in] IWebMutableURLRequest *request, [in] IWebURLResponse *redirectResponse, [out] IWebMutableURLRequest **finalRequest) |
|
HRESULT | didBegin ([in] IWebDownload *download) |
|
HRESULT | didFinish ([in] IWebDownload *download) |
|