ReactOS 0.4.16-dev-38-g96c65e9
|
NotifyIconIndex is used for maintaining the order of notification icons. More...
#include <traynotify.h>
Public Member Functions | |
NotifyIconIndex (NOTIFYICONDATA *pnid) | |
Public Attributes | |
HWND | _hWnd |
UINT | _uID |
Protected Member Functions | |
NotifyIconIndex () | |
Friends | |
bool | operator< (const NotifyIconIndex &a, const NotifyIconIndex &b) |
NotifyIconIndex is used for maintaining the order of notification icons.
Definition at line 48 of file traynotify.h.
NotifyIconIndex::NotifyIconIndex | ( | NOTIFYICONDATA * | pnid | ) |
Definition at line 64 of file traynotify.cpp.
|
protected |
Definition at line 74 of file traynotify.cpp.
|
friend |
Definition at line 53 of file traynotify.h.
HWND NotifyIconIndex::_hWnd |
Definition at line 56 of file traynotify.h.
Referenced by NotifyInfo::modify(), and NotifyIconIndex().
UINT NotifyIconIndex::_uID |
Definition at line 57 of file traynotify.h.
Referenced by NotifyInfo::modify(), and NotifyIconIndex().