Home | History | Annotate | Download | only in include

Lines Matching defs:dwOptions

271   STDAPI CreateAsyncBindCtxEx(IBindCtx *pbc,DWORD dwOptions,IBindStatusCallback *pBSCb,IEnumFORMATETC *pEnum,IBindCtx **ppBC,DWORD reserved);
780 DWORD dwOptions;
802 DWORD dwOptions;
1766 virtual HRESULT WINAPI Abort(HRESULT hrReason,DWORD dwOptions) = 0;
1767 virtual HRESULT WINAPI Terminate(DWORD dwOptions) = 0;
1779 HRESULT (WINAPI *Abort)(IInternetProtocolRoot *This,HRESULT hrReason,DWORD dwOptions);
1780 HRESULT (WINAPI *Terminate)(IInternetProtocolRoot *This,DWORD dwOptions);
1794 #define IInternetProtocolRoot_Abort(This,hrReason,dwOptions) (This)->lpVtbl->Abort(This,hrReason,dwOptions)
1795 #define IInternetProtocolRoot_Terminate(This,dwOptions) (This)->lpVtbl->Terminate(This,dwOptions)
1804 HRESULT WINAPI IInternetProtocolRoot_Abort_Proxy(IInternetProtocolRoot *This,HRESULT hrReason,DWORD dwOptions);
1806 HRESULT WINAPI IInternetProtocolRoot_Terminate_Proxy(IInternetProtocolRoot *This,DWORD dwOptions);
1829 virtual HRESULT WINAPI LockRequest(DWORD dwOptions) = 0;
1840 HRESULT (WINAPI *Abort)(IInternetProtocol *This,HRESULT hrReason,DWORD dwOptions);
1841 HRESULT (WINAPI *Terminate)(IInternetProtocol *This,DWORD dwOptions);
1846 HRESULT (WINAPI *LockRequest)(IInternetProtocol *This,DWORD dwOptions);
1859 #define IInternetProtocol_Abort(This,hrReason,dwOptions) (This)->lpVtbl->Abort(This,hrReason,dwOptions)
1860 #define IInternetProtocol_Terminate(This,dwOptions) (This)->lpVtbl->Terminate(This,dwOptions)
1865 #define IInternetProtocol_LockRequest(This,dwOptions) (This)->lpVtbl->LockRequest(This,dwOptions)
1873 HRESULT WINAPI IInternetProtocol_LockRequest_Proxy(IInternetProtocol *This,DWORD dwOptions);