Struct windows_sys::Win32::System::Services::SERVICE_FAILURE_ACTIONSA
#[repr(C)]pub struct SERVICE_FAILURE_ACTIONSA {
pub dwResetPeriod: u32,
pub lpRebootMsg: PSTR,
pub lpCommand: PSTR,
pub cActions: u32,
pub lpsaActions: *mut SC_ACTION,
}Expand description
Required features: "Win32_System_Services"
Fields§
§dwResetPeriod: u32§lpRebootMsg: PSTR§lpCommand: PSTR§cActions: u32§lpsaActions: *mut SC_ACTION