The include file services.hΒΆ

This file contains manifest constant definitions for use with Windows service management functions. This is an advanced feature of Sculptor. For full explanations of the codes and errors defined in this file, please refer to the Microsoft Windows API documentation for services.

  1. Security and access rights for the Service Control manager. For use as the access_rights argument to open_scmanager() and open_service().

  2. Security and access rights for a service. For use as the access_rights argument to create_service().

  3. Service control codes for the control_service() function.

  4. Service types. For use as the service_type argument to create_service().

  5. Service start types. For use as the start_type argument to create_service().

  6. Service error controls. For use as the error_control argument to create_service().

  7. Service states. Returned as CurrentState by the query_service_status() function.

  8. Controls accepted by service. Returned as ControlsAccepted by the query_service_status() function.


RELATED TOPICS

Servers

Windows service management functions