#include <CAutoStart.h>
Collaboration diagram for CAutoStart:

manipulators | |
| void | doModal () |
| Run dialog. | |
| void | reinstallDaemon (bool isClient, const CString &cmdLine) |
| Reinstall daemon. | |
| void | uninstallDaemons (bool client) |
| Uninstalls daemon. | |
| bool | startDaemon () |
| Starts an installed daemon. | |
Public Member Functions | |
| CAutoStart (HWND parent, bool isServer, const CString &cmdLine) | |
Static Public Member Functions | |
accessors | |
| bool | isDaemonInstalled () |
| Tests if any daemons are installed. | |
Definition at line 24 of file CAutoStart.h.
|
|
Run dialog. Display and handle the dialog until closed by the user. Definition at line 83 of file CAutoStart.cpp. |
|
|
Tests if any daemons are installed.
Returns Definition at line 182 of file CAutoStart.cpp. Referenced by reinstallDaemon(). |
|
||||||||||||
|
Reinstall daemon. Reinstalls the currently installed daemon. Definition at line 97 of file CAutoStart.cpp. References isDaemonInstalled(). |
|
|
Starts an installed daemon.
Returns Definition at line 145 of file CAutoStart.cpp. |
|
|
Uninstalls daemon.
Uninstalls all installed client ( Definition at line 116 of file CAutoStart.cpp. |
1.3.9.1