SC_ACTION (advapi32)
Last changed: -142.83.138.3

.
Summary
Represents an action that the service control manager can perform.

C# Signature:

[StructLayout(LayoutKind.Sequential)]
    public struct SC_ACTION
    {
        public int Type;
        public int Delay;
    }

VB Signature:

Declare Function SC_ACTION Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See ChangeServiceConfig2 for sample code.

Documentation
SC_ACTION on MSDN