The service utility functions start and stop a service and verify if a service is up and running. There are five service utility functions:
| Function | Description |
|---|---|
| ResUtilStartResourceService | Starts a service. |
| ResUtilStopResourceService | Stops a named service. |
| ResUtilStopService | Stops a service identified by a handle. |
| ResUtilVerifyResourceService | Checks if a named service is operational. |
| ResUtilVerifyService | Checks if a service identified by a handle is operational. |