Click or drag to resize

WindowsApiChangeServiceConfig2(IntPtr, Int32, IntPtr) Method

Win32 ChangeServiceConfig2 function.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
[DllImportAttribute("advapi32.dll", SetLastError = true)]
public static bool ChangeServiceConfig2(
	IntPtr hService,
	int dwInfoLevel,
	IntPtr lpInfo
)
View Source

Parameters

hService  IntPtr
 
dwInfoLevel  Int32
 
lpInfo  IntPtr
 

Return Value

Boolean
See Also