pub type SERVICE_FAILURE_ACTIONS = SERVICE_FAILURE_ACTIONSA;
Aliased Type§
struct SERVICE_FAILURE_ACTIONS {
pub dwResetPeriod: u32,
pub lpRebootMsg: *mut i8,
pub lpCommand: *mut i8,
pub cActions: u32,
pub lpsaActions: *mut _SC_ACTION,
}
Fields§
§dwResetPeriod: u32
§lpRebootMsg: *mut i8
§lpCommand: *mut i8
§cActions: u32
§lpsaActions: *mut _SC_ACTION