Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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))

.
Documentation
[ChangeServiceConfig2] on MSDN
.

    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))

.
Documentation
[ChangeServiceConfig2] on MSDN
.

    /// Required to call the ChangeServiceConfig or ChangeServiceConfig2 function

.

    ''' Required to call the ChangeServiceConfig or ChangeServiceConfig2 function

.

See ChangeServiceConfig2 for sample code.


 
Access PInvoke.net directly from VS: