示例#1
0
文件: Win32.cs 项目: ohio813/SuperCMD
 static extern Boolean ChangeServiceConfig(
     IntPtr hService,
     UInt32 nServiceType,
     SvcStartupType nStartType,
     UInt32 nErrorControl,
     String lpBinaryPathName,
     String lpLoadOrderGroup,
     IntPtr lpdwTagId,
     [In] char[] lpDependencies,
     String lpServiceStartName,
     String lpPassword,
     String lpDisplayName);
示例#2
0
文件: Win32.cs 项目: wyrover/SuperCMD
 static extern Boolean ChangeServiceConfig(
     IntPtr hService,
     UInt32 nServiceType,
     SvcStartupType nStartType,
     UInt32 nErrorControl,
     String lpBinaryPathName,
     String lpLoadOrderGroup,
     IntPtr lpdwTagId,
     [In] char[] lpDependencies,
     String lpServiceStartName,
     String lpPassword,
     String lpDisplayName);