Service |
Member name | Value | Description |
---|---|---|
QueryConfig | 1 | Required to call the QueryServiceConfig and QueryServiceConfig2 functions to query the service configuration. |
ChangeConfig | 2 | Required to call the ChangeServiceConfig or function to change the service configuration. Because this grants the caller the right to change the executable file that the system runs, it should be granted only to administrators. |
QueryStatus | 4 | Required to call the QueryServiceStatus or QueryServiceStatusEx function to ask the service control manager about the status of the service. Required to call the NotifyServiceStatusChange function to receive notification when a service changes status. |
EnumerateDependents | 8 | Required to call the EnumDependentServices function to enumerate all the services dependent on the service. |
Start | 16 | Required to call the StartService function to start the service. |
Stop | 32 | Required to call the ControlService function to stop the service. |
PauseContinue | 64 | Required to call the ControlService function to pause or continue the service. |
Interrogate | 128 | Required to call the ControlService function to ask the service to report its status immediately. |
UserDefinedControl | 256 | Required to call the ControlService function to specify a user-defined control code. |
AllAccess | 983,551 | Includes in addition to all access rights in this table. |