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_account_privilege()

Add a privilege to an account on a computer on the network

close_service_handle()

Close a service handle

control_service()

Send a control code to a service

create_service()

Create a Windows service and add it to the control manager database

delete_service()

Mark a service for deletion from the service control manager

open_scmanager()

Open the service manager on a specified computer

open_service()

Open a service for control purposes

query_service_config()

Query the configuration of a service

query_service_status()

Query the current state of a service

start_service()

Start a service


RELATED TOPICS

Servers

The include file <services.h>