ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <shellapi.h>
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 |
Definition at line 256 of file shellapi.h.
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 |
DWORD _NOTIFYICONDATAW::dwInfoFlags |
Definition at line 276 of file shellapi.h.
Referenced by Shell_NotifyIconA().
DWORD _NOTIFYICONDATAW::dwState |
Definition at line 268 of file shellapi.h.
Referenced by Shell_NotifyIconA().
DWORD _NOTIFYICONDATAW::dwStateMask |
Definition at line 269 of file shellapi.h.
Referenced by Shell_NotifyIconA().
GUID _NOTIFYICONDATAW::guidItem |
Definition at line 279 of file shellapi.h.
Referenced by Shell_NotifyIconA().
HICON _NOTIFYICONDATAW::hBalloonIcon |
Definition at line 282 of file shellapi.h.
Referenced by Shell_NotifyIconA().
HICON _NOTIFYICONDATAW::hIcon |
Definition at line 262 of file shellapi.h.
Referenced by Shell_NotifyIconA(), and test_cbsize().
HWND _NOTIFYICONDATAW::hWnd |
Definition at line 258 of file shellapi.h.
Referenced by Shell_NotifyIconA(), Shell_NotifyIconW(), and test_cbsize().
WCHAR _NOTIFYICONDATAW::szInfo[256] |
Definition at line 270 of file shellapi.h.
Referenced by Shell_NotifyIconA().
WCHAR _NOTIFYICONDATAW::szInfoTitle[64] |
Definition at line 275 of file shellapi.h.
Referenced by Shell_NotifyIconA().
WCHAR _NOTIFYICONDATAW::szTip[128] |
Definition at line 267 of file shellapi.h.
Referenced by Shell_NotifyIconA().
UINT _NOTIFYICONDATAW::uCallbackMessage |
Definition at line 261 of file shellapi.h.
Referenced by CTrayIconItem::RemoveIcon(), Shell_NotifyIconA(), and test_cbsize().
UINT _NOTIFYICONDATAW::uFlags |
Definition at line 260 of file shellapi.h.
Referenced by CTrayIconItem::RemoveIcon(), Shell_NotifyIconA(), and test_cbsize().
UINT _NOTIFYICONDATAW::uID |
Definition at line 259 of file shellapi.h.
Referenced by Shell_NotifyIconA(), and test_cbsize().
UINT _NOTIFYICONDATAW::uTimeout |
Definition at line 272 of file shellapi.h.
Referenced by Shell_NotifyIconA().
UINT _NOTIFYICONDATAW::uVersion |
Definition at line 273 of file shellapi.h.