webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebNotification Interface Reference

import"IWebNotification.idl";

Inheritance diagram for IWebNotification:
WebNotification

Public Member Functions

HRESULT notificationWithName ([in] BSTR aName, [in] IUnknown *anObject, [in] IPropertyBag *userInfo)
 
HRESULT name ([out, retval] BSTR *result)
 
HRESULT getObject ([out, retval] IUnknown **result)
 
HRESULT userInfo ([out, retval] IPropertyBag **result)
 

Member Function Documentation

◆ getObject()

HRESULT IWebNotification::getObject ( [out, retval] IUnknown **  result)

◆ name()

HRESULT IWebNotification::name ( [out, retval] BSTR result)

◆ notificationWithName()

HRESULT IWebNotification::notificationWithName ( [in] BSTR  aName,
[in] IUnknown *  anObject,
[in] IPropertyBag *  userInfo 
)

◆ userInfo()

HRESULT IWebNotification::userInfo ( [out, retval] IPropertyBag **  result)

The documentation for this interface was generated from the following file: