#include <DefaultPolicyDelegate.h>
|
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject) |
|
virtual ULONG STDMETHODCALLTYPE | AddRef () |
|
virtual ULONG STDMETHODCALLTYPE | Release () |
|
virtual HRESULT STDMETHODCALLTYPE | decidePolicyForNavigationAction (_In_opt_ IWebView *, _In_opt_ IPropertyBag *actionInformation, _In_opt_ IWebURLRequest *, _In_opt_ IWebFrame *, _In_opt_ IWebPolicyDecisionListener *) |
|
virtual HRESULT STDMETHODCALLTYPE | decidePolicyForNewWindowAction (_In_opt_ IWebView *, _In_opt_ IPropertyBag *actionInformation, _In_opt_ IWebURLRequest *, _In_ BSTR frameName, _In_opt_ IWebPolicyDecisionListener *) |
|
virtual HRESULT STDMETHODCALLTYPE | decidePolicyForMIMEType (_In_opt_ IWebView *, _In_ BSTR type, _In_opt_ IWebURLRequest *, _In_opt_ IWebFrame *, _In_opt_ IWebPolicyDecisionListener *) |
|
virtual HRESULT STDMETHODCALLTYPE | unableToImplementPolicyWithError (_In_opt_ IWebView *, _In_opt_ IWebError *, _In_opt_ IWebFrame *) |
|
HRESULT | decidePolicyForNavigationAction ([in] IWebView *webView, [in] IPropertyBag *actionInformation, [in] IWebURLRequest *request, [in] IWebFrame *frame, [in] IWebPolicyDecisionListener *listener) |
|
HRESULT | decidePolicyForNewWindowAction ([in] IWebView *webView, [in] IPropertyBag *actionInformation, [in] IWebURLRequest *request, [in] BSTR frameName, [in] IWebPolicyDecisionListener *listener) |
|
HRESULT | decidePolicyForMIMEType ([in] IWebView *webView, [in] BSTR type, [in] IWebURLRequest *request, [in] IWebFrame *frame, [in] IWebPolicyDecisionListener *listener) |
|
HRESULT | unableToImplementPolicyWithError ([in] IWebView *webView, [in] IWebError *error, [in] IWebFrame *frame) |
|
◆ AddRef()
ULONG DefaultPolicyDelegate::AddRef |
( |
| ) |
|
|
virtual |
◆ createInstance()
◆ decidePolicyForMIMEType()
◆ decidePolicyForNavigationAction()
◆ decidePolicyForNewWindowAction()
◆ QueryInterface()
HRESULT DefaultPolicyDelegate::QueryInterface |
( |
_In_ REFIID |
riid, |
|
|
_COM_Outptr_ void ** |
ppvObject |
|
) |
| |
|
virtual |
◆ Release()
ULONG DefaultPolicyDelegate::Release |
( |
void |
| ) |
|
|
virtual |
◆ sharedInstance()
◆ unableToImplementPolicyWithError()
◆ m_refCount
ULONG DefaultPolicyDelegate::m_refCount { 0 } |
|
protected |
The documentation for this class was generated from the following files: