int/None = ChangeServiceConfig(hService, serviceType
, startType
, errorControl
, binaryFile
, loadOrderGroup
, bFetchTag
, serviceDeps
, acctName
, password
, displayName
)
Changes the configuration of an existing service.
Parameters
hService : PySC_HANDLE
handle to service to be modifiedserviceType : int
type of service, or SERVICE_NO_CHANGEstartType : int
When/how to start service, or SERVICE_NO_CHANGEerrorControl : int
severity if service fails to start, or SERVICE_NO_CHANGEbinaryFile : string
name of binary file, or NoneloadOrderGroup : string
name of load ordering group , or NonebFetchTag : int
Should the tag be fetched and returned? If TRUE, the result is the tag, else None.serviceDeps : [string,...]
sequence of dependency namesacctName : string
account name of service, or Nonepassword : string
password for service account , or NonedisplayName : string
Display name