Public Member Functions | |
| ServiceInterface (const String &szServiceName) | |
| ~ServiceInterface () | |
| bool | Start () |
| bool | Stop () |
| bool | IsRunning () |
| String | GetName () |
| Image * | GetIcon (int iSize) |
| String | GetInfo () |
| enumServiceStartMode | GetStartMode () |
| bool | SetStartMode (enumServiceStartMode nStartMode) |
| bool | IsConfigurable () |
| bool | MustBeConfigured () |
| bool | StartConfiguration () |
Classes | |
| class | Private |
| ServiceInterface::ServiceInterface | ( | const String & | szServiceName | ) |
| ServiceInterface::~ServiceInterface | ( | ) |
| bool ServiceInterface::Start | ( | ) |
| bool ServiceInterface::Stop | ( | ) |
| bool ServiceInterface::IsRunning | ( | ) |
| String ServiceInterface::GetName | ( | ) |
| Image * ServiceInterface::GetIcon | ( | int | iSize | ) |
| String ServiceInterface::GetInfo | ( | ) |
| enumServiceStartMode ServiceInterface::GetStartMode | ( | ) |
| bool ServiceInterface::SetStartMode | ( | enumServiceStartMode | nStartMode | ) |
| bool ServiceInterface::IsConfigurable | ( | ) |
| bool ServiceInterface::MustBeConfigured | ( | ) |
| bool ServiceInterface::StartConfiguration | ( | ) |
1.5.1-p1