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’, ‘Win32_Foundation’
Fields
dwResetPeriod: u32lpRebootMsg: PWSTRlpCommand: PWSTRcActions: u32lpsaActions: *mut SC_ACTION