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