[DllImportAttribute("advapi32.dll", SetLastError = true)] public static bool ChangeServiceConfig2( IntPtr hService, int dwInfoLevel, IntPtr lpInfo )
<DllImportAttribute("advapi32.dll", SetLastError := true>] Public Shared Function ChangeServiceConfig2 ( hService As IntPtr, dwInfoLevel As Integer, lpInfo As IntPtr ) As Boolean
public: [DllImportAttribute(L"advapi32.dll", SetLastError = true)] static bool ChangeServiceConfig2( IntPtr hService, int dwInfoLevel, IntPtr lpInfo )
[<DllImportAttribute("advapi32.dll", SetLastError = true)>] static member ChangeServiceConfig2 : hService : IntPtr * dwInfoLevel : int * lpInfo : IntPtr -> bool
GSF.Interop.WindowsApi.ChangeServiceConfig2 = function(hService, dwInfoLevel, lpInfo);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.