Deal with Services, satrt,stop,pause them, Examine them or create your own Service ! PureLibraries used: String, StringExtension, Requester, SimpleList, MemoryExtension DLLs used: ADVAPI32 |
| |
start examine all services | |
Get a description of the service | |
Get the Servicename | |
Get the Status of the Service (Started,Paused etc.) | |
Installs a service and start it | |
get Next service (NULL if nothing) | |
Pause the Service with the name | |
Removes a service | |
resume the Service with the name | |
The Main ServiceFunction for your own service | |
Start the service with the Name | |
Stop the Service with the Name |