| Index: src/plugin/PluginWbPassThrough.h |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -65,7 +65,7 @@ |
| /* [in] */ LPCWSTR szRequestHeaders, |
| /* [out] */ LPWSTR* pszAdditionalRequestHeaders); |
| - HRESULT OnStart(LPCWSTR szUrl, IInternetProtocolSink* pOIProtSink, |
| + HRESULT OnStartEx(IUri* pUri, IInternetProtocolSink* pOIProtSink, |
|
sergei
2016/02/26 19:53:56
There is still Start method which calls OnStart, i
Eric
2016/05/19 16:10:19
It doesn't appear to be called at all. I verified
|
| IInternetBindInfo* pOIBindInfo, DWORD grfPI, HANDLE_PTR dwReserved, |
| IInternetProtocol* pTargetProtocol); |