ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <csystray.h>
Protected Member Functions | |
BOOL | ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult, DWORD dwMsgMapID=0) |
Private Member Functions | |
HRESULT | SysTrayMessageLoop () |
HRESULT | SysTrayThreadProc () |
HRESULT | CreateSysTrayThread () |
HRESULT | DestroySysTrayWindow () |
HRESULT | InitIcons () |
HRESULT | ShutdownIcons () |
HRESULT | UpdateIcons () |
HRESULT | ProcessIconMessage (UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult) |
HRESULT | InitNetShell () |
HRESULT | ShutdownNetShell () |
VOID | GetServicesEnabled () |
Static Private Member Functions | |
static DWORD WINAPI | s_SysTrayThreadProc (PVOID param) |
Private Attributes | |
CComPtr< IOleCommandTarget > | pctNetShell |
DWORD | dwServicesEnabled |
UINT | wm_SHELLHOOK |
UINT | wm_DESTROYWINDOW |
Definition at line 21 of file csystray.h.
CSysTray::CSysTray | ( | ) |
Definition at line 23 of file csystray.cpp.
|
virtual |
Definition at line 29 of file csystray.cpp.
|
private |
Definition at line 271 of file csystray.cpp.
Referenced by Exec().
|
private |
Definition at line 283 of file csystray.cpp.
Referenced by Exec().
Definition at line 62 of file csystray.cpp.
|
virtual |
Implements IOleCommandTarget.
Definition at line 300 of file csystray.cpp.
|
inline |
Definition at line 54 of file csystray.h.
Referenced by _RunHotplug(), _ShowContextMenu(), _ShowContextMenuR(), NotifyBalloon(), and ShowPowerSchemesPopupMenu().
|
private |
Definition at line 33 of file csystray.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 119 of file csystray.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 97 of file csystray.cpp.
Referenced by InitIcons().
Definition at line 92 of file csystray.cpp.
Definition at line 207 of file csystray.cpp.
|
private |
Definition at line 171 of file csystray.cpp.
Referenced by ProcessWindowMessage().
|
protected |
Definition at line 315 of file csystray.cpp.
|
virtual |
Implements IOleCommandTarget.
Definition at line 294 of file csystray.cpp.
Definition at line 230 of file csystray.cpp.
Referenced by CreateSysTrayThread().
|
private |
Definition at line 137 of file csystray.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 108 of file csystray.cpp.
Referenced by ShutdownIcons().
|
private |
Definition at line 236 of file csystray.cpp.
Referenced by SysTrayThreadProc().
|
private |
Definition at line 253 of file csystray.cpp.
Referenced by s_SysTrayThreadProc().
|
private |
Definition at line 155 of file csystray.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 31 of file csystray.h.
Referenced by EnableService(), GetServicesEnabled(), InitIcons(), IsServiceEnabled(), ShutdownIcons(), and UpdateIcons().
|
private |
Definition at line 27 of file csystray.h.
Referenced by InitNetShell(), and ShutdownNetShell().
|
private |
Definition at line 33 of file csystray.h.
Referenced by CSysTray(), DestroySysTrayWindow(), and ProcessWindowMessage().
|
private |
Definition at line 32 of file csystray.h.
Referenced by CSysTray(), and ProcessWindowMessage().