pub type SERVICE_FAILURE_ACTIONSW = _SERVICE_FAILURE_ACTIONSW;Aliased Type§
#[repr(C)]pub struct SERVICE_FAILURE_ACTIONSW {
pub dwResetPeriod: u64,
pub lpRebootMsg: *mut u16,
pub lpCommand: *mut u16,
pub cActions: u64,
pub lpsaActions: *mut _SC_ACTION,
}Fields§
§dwResetPeriod: u64§lpRebootMsg: *mut u16§lpCommand: *mut u16§cActions: u64§lpsaActions: *mut _SC_ACTION