Service.ServiceEx.ChangeServiceConfig C# (CSharp) Method

ChangeServiceConfig() private method

private ChangeServiceConfig ( IntPtr hService, uint dwServiceType, uint dwStartType, uint dwErrorControl, string lpBinaryPathName, string lpLoadOrderGroup, IntPtr lpdwTagId, string lpDependencies, string lpServiceStartName, string lpPassword, string lpDisplayName ) : bool
hService System.IntPtr
dwServiceType uint
dwStartType uint
dwErrorControl uint
lpBinaryPathName string
lpLoadOrderGroup string
lpdwTagId System.IntPtr
lpDependencies string
lpServiceStartName string
lpPassword string
lpDisplayName string
return bool
        private static extern bool ChangeServiceConfig(
            IntPtr hService,
            uint dwServiceType,
            uint dwStartType,
            uint dwErrorControl,
            string lpBinaryPathName,
            string lpLoadOrderGroup,
            IntPtr lpdwTagId,
            string lpDependencies,
            string lpServiceStartName,
            string lpPassword,
            string lpDisplayName);