|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include <regstr.h>#include <undocshell.h>#include <shellutils.h>#include <shlwapi.h>
Go to the source code of this file.
Variables | |
| SysTrayIconHandlers_t | g_IconHandlers [] |
| const int | g_NumIcons = _countof(g_IconHandlers) |
| SysTrayIconHandlers_t | g_StandaloneHandlers [] |
| SysTrayIconHandlers_t g_IconHandlers[] |
Definition at line 17 of file csystray.cpp.
Referenced by CSysTray::InitIcons(), CSysTray::ProcessIconMessage(), CSysTray::ShutdownIcons(), and CSysTray::UpdateIcons().
| const int g_NumIcons = _countof(g_IconHandlers) |
Definition at line 22 of file csystray.cpp.
Referenced by CSysTray::InitIcons(), CSysTray::ProcessIconMessage(), CSysTray::ShutdownIcons(), and CSysTray::UpdateIcons().
| SysTrayIconHandlers_t g_StandaloneHandlers[] |
Definition at line 24 of file csystray.cpp.
Referenced by CSysTray::InitIcons(), CSysTray::ProcessIconMessage(), and CSysTray::ShutdownIcons().