@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: SERVICE_FAILURE_ACTIONS@msdn on MSDN
Edit Structures.SERVIC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.