Desktop Functions: Smart Device Functions:
|
Search Results for "ChangeServiceConfig2" in [All]advapi32
public static extern bool ChangeServiceConfig2(
Declare Function ChangeServiceConfig2 Lib "advapi32.dll" (TODO) As TODO See http://blogs.msdn.com/anlynes/archive/2006/07/30/683192.aspx or https://code.msdn.microsoft.com/windowsdesktop/CSWindowsServiceRecoveryPro-2147e7ac#content for details on how to call ChangeServiceConfig2.
if (!ChangeServiceConfig2(svcHandle, SERVICE_CONFIG_FAILURE_ACTIONS, lpInfo))
public static extern bool ChangeServiceConfig2(
Declare Function ChangeServiceConfig2 Lib "advapi32.dll" (TODO) As TODO See http://blogs.msdn.com/anlynes/archive/2006/07/30/683192.aspx for details on how to call ChangeServiceConfig2.
if (!ChangeServiceConfig2(svcHandle, SERVICE_CONFIG_FAILURE_ACTIONS, lpInfo))
/// Required to call the ChangeServiceConfig or ChangeServiceConfig2 function
''' Required to call the ChangeServiceConfig or ChangeServiceConfig2 function See ChangeServiceConfig2 for sample code. |