webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebNotification.idl";
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) |
HRESULT IWebNotification::getObject | ( | [out, retval] IUnknown ** | result | ) |
HRESULT IWebNotification::notificationWithName | ( | [in] BSTR | aName, |
[in] IUnknown * | anObject, | ||
[in] IPropertyBag * | userInfo | ||
) |
HRESULT IWebNotification::userInfo | ( | [out, retval] IPropertyBag ** | result | ) |