26 #ifndef WebNotification_H 27 #define WebNotification_H Definition: IWebNotification.idl:37
virtual ULONG STDMETHODCALLTYPE AddRef()
Definition: WebNotification.cpp:87
IPropertyBag * m_userInfo
Definition: WebNotification.h:55
BSTR m_name
Definition: WebNotification.h:53
HRESULT
Definition: RenderThemeWin.cpp:150
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
Definition: WebNotification.cpp:71
ULONG m_refCount
Definition: WebNotification.h:52
virtual HRESULT STDMETHODCALLTYPE userInfo(_COM_Outptr_opt_ IPropertyBag **result)
Definition: WebNotification.cpp:137
wchar_t * BSTR
Definition: BString.h:36
static WebNotification * createInstance(BSTR name=0, IUnknown *anObject=0, IPropertyBag *userInfo=0)
Definition: WebNotification.cpp:62
IUnknown * m_anObject
Definition: WebNotification.h:54
EGLImageKHR EGLint * name
Definition: eglext.h:851
~WebNotification()
Definition: WebNotification.cpp:49
result
Definition: target-blank-opener-post-window.php:5
WebNotification(BSTR name, IUnknown *anObject, IPropertyBag *userInfo)
Definition: WebNotification.cpp:34
virtual HRESULT STDMETHODCALLTYPE name(__deref_out_opt BSTR *result)
Definition: WebNotification.cpp:109
virtual HRESULT STDMETHODCALLTYPE notificationWithName(_In_ BSTR aName, _In_opt_ IUnknown *anObject, _In_opt_ IPropertyBag *userInfo)
Definition: WebNotification.cpp:103
Definition: WebNotification.h:32
virtual ULONG STDMETHODCALLTYPE Release()
Definition: WebNotification.cpp:92
virtual HRESULT STDMETHODCALLTYPE getObject(_COM_Outptr_opt_ IUnknown **result)
Definition: WebNotification.cpp:124