|
ReactOS 0.4.17-dev-806-gffa4164
|
Public Member Functions | |
| IconWatcherData (CONST NOTIFYICONDATA *iconData) | |
| ~IconWatcherData () | |
Public Attributes | |
| HANDLE | hProcess |
| DWORD | ProcessId |
| NOTIFYICONDATA | IconData |
Definition at line 37 of file syspager.cpp.
|
inline |
Definition at line 43 of file syspager.cpp.
|
inline |
Definition at line 52 of file syspager.cpp.
| HANDLE IconWatcherData::hProcess |
Definition at line 39 of file syspager.cpp.
Referenced by CIconWatcher::AddIconToWatcher(), CIconWatcher::WatcherThread(), and ~IconWatcherData().
| NOTIFYICONDATA IconWatcherData::IconData |
Definition at line 41 of file syspager.cpp.
Referenced by IconWatcherData(), and CIconWatcher::WatcherThread().
| DWORD IconWatcherData::ProcessId |
Definition at line 40 of file syspager.cpp.
Referenced by CIconWatcher::AddIconToWatcher(), and CIconWatcher::WatcherThread().