ReactOS 0.4.17-dev-573-g8315b8c
IUserNotification Interface Reference
Inheritance diagram for IUserNotification:
Collaboration diagram for IUserNotification:

Public Member Functions

HRESULT SetBalloonInfo ([in, unique, string] LPCWSTR pszTitle, [in, unique, string] LPCWSTR pszText, [in] DWORD dwInfoFlags)
 
HRESULT SetBalloonRetry ([in] DWORD dwShowTime, [in] DWORD dwInterval, [in] UINT cRetryCount)
 
HRESULT SetIconInfo ([in, unique] HICON hIcon, [in, unique, string] LPCWSTR pszToolTip)
 
HRESULT Show ([in, unique] IQueryContinue *pqc, [in] DWORD dwContinuePollInterval)
 
HRESULT PlaySound ([in, string] LPCWSTR pszSoundName)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 5018 of file shobjidl.idl.

Member Function Documentation

◆ PlaySound()

HRESULT IUserNotification::PlaySound ( [in, string] LPCWSTR  pszSoundName)

◆ SetBalloonInfo()

HRESULT IUserNotification::SetBalloonInfo ( [in, unique, string] LPCWSTR  pszTitle,
[in, unique, string] LPCWSTR  pszText,
[in] DWORD  dwInfoFlags 
)

◆ SetBalloonRetry()

HRESULT IUserNotification::SetBalloonRetry ( [in] DWORD  dwShowTime,
[in] DWORD  dwInterval,
[in] UINT  cRetryCount 
)

◆ SetIconInfo()

HRESULT IUserNotification::SetIconInfo ( [in, unique] HICON  hIcon,
[in, unique, string] LPCWSTR  pszToolTip 
)

◆ Show()

HRESULT IUserNotification::Show ( [in, unique] IQueryContinue *  pqc,
[in] DWORD  dwContinuePollInterval 
)

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