Example #1
0
 public static extern int OpenSCManagerA(
     string lpMachineName, string lpDatabaseName, ServiceControlManagerType dwDesiredAccess);
Example #2
0
 public static extern int OpenSCManagerA(
     string lpMachineName, string lpDatabaseName, ServiceControlManagerType dwDesiredAccess);
 public static extern IntPtr CreateService(IntPtr hSCManager, string lpSvcName, string lpDisplayName, ServiceControlManagerType dwDesiredAccess, ServiceType dwServiceType, ServiceStartType dwStartType, ServiceErrorControl dwErrorControl, string lpPathName, string lpLoadOrderGroup, int lpdwTagId, string lpDependencies, string lpServiceStartName, string lpPassword);