Server functionsΒΆ

These functions relate to servers in various ways.

General functions

disconnect_client()

Send a disconnect client request to a Sculptor server

get_client_info()

Return information on a client connection to a Sculptor server

server_info()

Store user, platform and Sculptor version information about a server

server_time()

Store date and time info from a remote server

Windows Service management functions

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

Server security functions

change_kfserver_password()

Change user password for a specified server

login_server()

Log a user into a server

logout_server()

Log a user out of a server

normalize_pathname()

Return a pathname in normalised form


RELATED TOPICS

Servers

Server security features