|
Electroneum
|
Functions | |
| bool | check_admin (bool &result) |
| bool | ensure_admin (std::string const &arguments) |
| bool | install_service (std::string const &service_name, std::string const &arguments) |
| bool | start_service (std::string const &service_name) |
| bool | stop_service (std::string const &service_name) |
| bool | uninstall_service (std::string const &service_name) |
Definition at line 112 of file windows_service.cpp.


| bool windows::ensure_admin | ( | std::string const & | arguments | ) |
| bool windows::install_service | ( | std::string const & | service_name, |
| std::string const & | arguments | ||
| ) |
Definition at line 170 of file windows_service.cpp.

| bool windows::start_service | ( | std::string const & | service_name | ) |
Definition at line 225 of file windows_service.cpp.

| bool windows::stop_service | ( | std::string const & | service_name | ) |
Definition at line 280 of file windows_service.cpp.

| bool windows::uninstall_service | ( | std::string const & | service_name | ) |
Definition at line 328 of file windows_service.cpp.
