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