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;
            [MarshalAs(UnmanagedType.LPTStr)]
            public string lpRebootMsg;
            [MarshalAs(UnmanagedType.LPTStr)]
            public string lpCommand;
            public int cActions;
            public IntPtr lpsaActions;
        }

VB Definition:

Structure SERVICE_FAILURE_ACTIONS
   Public dwResetPeriod As Integer
   Public lpRebootMsg As String
   Public lpCommand As String
   Public cActions As Integer
   Public lpsaActions As IntPtr
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation