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