SERVICE_FAILURE_ACTIONS (Structures)
Last changed: scox@rems2.com-196.211.12.186

.
Summary
TODO - a short description

C# Definition:

        [StructLayout(LayoutKind.Sequential)]
        public struct SERVICE_FAILURE_ACTIONS
        {
            public int dwResetPeriod;
            public string lpRebootMsg;
            public string lpCommand;
            public int cActions;
            public IntPtr lpsaActions;
        }

VB Definition:

Structure SERVICE_FAILURE_ACTIONS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation