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