Type Alias SERVICE_FAILURE_ACTIONSW

Source
pub type SERVICE_FAILURE_ACTIONSW = _SERVICE_FAILURE_ACTIONSW;

Aliased Type§

struct SERVICE_FAILURE_ACTIONSW {
    pub dwResetPeriod: u32,
    pub lpRebootMsg: *mut u16,
    pub lpCommand: *mut u16,
    pub cActions: u32,
    pub lpsaActions: *mut _SC_ACTION,
}

Fields§

§dwResetPeriod: u32§lpRebootMsg: *mut u16§lpCommand: *mut u16§cActions: u32§lpsaActions: *mut _SC_ACTION