ReactOS 0.4.15-dev-7924-g5949c20
_NOTIFYICONDATAW Struct Reference

#include <shellapi.h>

Collaboration diagram for _NOTIFYICONDATAW:

Public Attributes

DWORD cbSize
 
HWND hWnd
 
UINT uID
 
UINT uFlags
 
UINT uCallbackMessage
 
HICON hIcon
 
WCHAR szTip [128]
 
DWORD dwState
 
DWORD dwStateMask
 
WCHAR szInfo [256]
 
union {
   UINT   uTimeout
 
   UINT   uVersion
 
DUMMYUNIONNAME
 
WCHAR szInfoTitle [64]
 
DWORD dwInfoFlags
 
GUID guidItem
 
HICON hBalloonIcon
 

Detailed Description

Definition at line 256 of file shellapi.h.

Member Data Documentation

◆ cbSize

DWORD _NOTIFYICONDATAW::cbSize

Definition at line 257 of file shellapi.h.

Referenced by Shell_NotifyIconA(), Shell_NotifyIconW(), and test_cbsize().

◆ 

_ANONYMOUS_UNION union { ... } _NOTIFYICONDATAW::DUMMYUNIONNAME

◆ dwInfoFlags

DWORD _NOTIFYICONDATAW::dwInfoFlags

Definition at line 276 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ dwState

DWORD _NOTIFYICONDATAW::dwState

Definition at line 268 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ dwStateMask

DWORD _NOTIFYICONDATAW::dwStateMask

Definition at line 269 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ guidItem

GUID _NOTIFYICONDATAW::guidItem

Definition at line 279 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ hBalloonIcon

HICON _NOTIFYICONDATAW::hBalloonIcon

Definition at line 282 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ hIcon

HICON _NOTIFYICONDATAW::hIcon

Definition at line 262 of file shellapi.h.

Referenced by Shell_NotifyIconA(), and test_cbsize().

◆ hWnd

HWND _NOTIFYICONDATAW::hWnd

Definition at line 258 of file shellapi.h.

Referenced by Shell_NotifyIconA(), Shell_NotifyIconW(), and test_cbsize().

◆ szInfo

WCHAR _NOTIFYICONDATAW::szInfo[256]

Definition at line 270 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ szInfoTitle

WCHAR _NOTIFYICONDATAW::szInfoTitle[64]

Definition at line 275 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ szTip

WCHAR _NOTIFYICONDATAW::szTip[128]

Definition at line 267 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ uCallbackMessage

UINT _NOTIFYICONDATAW::uCallbackMessage

Definition at line 261 of file shellapi.h.

Referenced by CTrayIconItem::RemoveIcon(), Shell_NotifyIconA(), and test_cbsize().

◆ uFlags

UINT _NOTIFYICONDATAW::uFlags

Definition at line 260 of file shellapi.h.

Referenced by CTrayIconItem::RemoveIcon(), Shell_NotifyIconA(), and test_cbsize().

◆ uID

UINT _NOTIFYICONDATAW::uID

Definition at line 259 of file shellapi.h.

Referenced by Shell_NotifyIconA(), and test_cbsize().

◆ uTimeout

UINT _NOTIFYICONDATAW::uTimeout

Definition at line 272 of file shellapi.h.

Referenced by Shell_NotifyIconA().

◆ uVersion

UINT _NOTIFYICONDATAW::uVersion

Definition at line 273 of file shellapi.h.


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