|
Pol
Revision:cb584c9
|
#include "../clib/esignal.h"#include "../clib/threadhelp.h"#include "../clib/logfacility.h"#include "../plib/systemstate.h"#include "polresource.h"#include "../clib/Program/ProgramConfig.h"#include "../clib/Header_Windows.h"#include "pol.h"#include "../clib/NTService.h"#include "../clib/ntservmsg.h"Go to the source code of this file.
Classes | |
| class | Pol::Core::PolService |
Namespaces | |
| Pol | |
| Pol::Core | |
Macros | |
| #define | DLG_MODELESS 1 |
| #define | WM_ICON_NOTIFY WM_USER + 1 |
Functions | |
| BOOL WINAPI | Pol::Core::control_handler_SystemTray (DWORD dwCtrlType) |
| BOOL CALLBACK | Pol::Core::DialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | Pol::Core::InitializeSystemTrayHandling () |
| int | Pol::Core::RunWindowsService (int argc, char **argv) |
| void | Pol::Core::SetSysTrayPopupText (const char *text) |
| void | Pol::Core::ShutdownSystemTrayHandling () |
| void | Pol::Core::SystemTrayDialogThread (void *) |
| int | Pol::xmain (int argc, char *argv[]) |
Variables | |
| HWND | Pol::Core::hwnd |
| NOTIFYICONDATA | Pol::Core::ndata |
| unsigned | Pol::Core::WM_TASKBARCREATED |
Definition in file polservice.cpp.
| #define DLG_MODELESS 1 |
Definition at line 102 of file polservice.cpp.
| #define WM_ICON_NOTIFY WM_USER + 1 |
Definition at line 97 of file polservice.cpp.
Referenced by Pol::Core::DialogProc(), and Pol::Core::InitializeSystemTrayHandling().