Example #1
0
 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);
Example #2
0
 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);