#include <UT_NTServiceManager.h>
Public Member Functions | |
| UT_NTServiceManager (const char *machine=0) | |
| virtual | ~UT_NTServiceManager () |
| bool | isOpen () const |
| bool | startService (const char *name) const |
| bool | stopService (const char *name) const |
| bool | installService (const char *name, const char *display, const char *path) const |
| bool | uninstallService (const char *name) const |
| bool | isServiceInstalled (const char *name) const |
| bool | isServiceRunning (const char *name) const |
Definition at line 30 of file UT_NTServiceManager.h.
| UT_NTServiceManager::UT_NTServiceManager | ( | const char * | machine = 0 |
) |
| virtual UT_NTServiceManager::~UT_NTServiceManager | ( | ) | [virtual] |
| bool UT_NTServiceManager::installService | ( | const char * | name, | |
| const char * | display, | |||
| const char * | path | |||
| ) | const |
| bool UT_NTServiceManager::isOpen | ( | ) | const |
| bool UT_NTServiceManager::isServiceInstalled | ( | const char * | name | ) | const |
| bool UT_NTServiceManager::isServiceRunning | ( | const char * | name | ) | const |
| bool UT_NTServiceManager::startService | ( | const char * | name | ) | const |
| bool UT_NTServiceManager::stopService | ( | const char * | name | ) | const |
| bool UT_NTServiceManager::uninstallService | ( | const char * | name | ) | const |
1.5.9