private static extern IntPtr CreateService(IntPtr hSCManager, string lpServiceName, string lpDisplayName, _ServiceAccessRights dwDesiredAccess, int dwServiceType, _ServiceBootFlag dwStartType, _ServiceError dwErrorControl, string lpBinaryPathName, string lpLoadOrderGroup, IntPtr lpdwTagId, string lpDependencies, string lp, string lpPassword);
 static extern IntPtr OpenService(IntPtr hSCManager, string lpServiceName, _ServiceAccessRights dwDesiredAccess);