Windows service management functionsΒΆ
These functions enable Sculptor programs to create and manage Windows Services. This is an advanced feature. To use these functions, it will be necessary to read the Windows API documentation on the equivalent Service Management functions. Manifest constants used with the Sculptor service management functions are defined in services.h.
Add a privilege to an account on a computer on the network |
|
Close a service handle |
|
Send a control code to a service |
|
Create a Windows service and add it to the control manager database |
|
Mark a service for deletion from the service control manager |
|
Open the service manager on a specified computer |
|
Open a service for control purposes |
|
Query the configuration of a service |
|
Query the current state of a service |
|
Start a service |
RELATED TOPICS |