Type Alias SERVICE_NOTIFY_1

Source
pub type SERVICE_NOTIFY_1 = _SERVICE_NOTIFY_1;

Aliased Type§

struct SERVICE_NOTIFY_1 {
    pub dwVersion: u32,
    pub pfnNotifyCallback: Option<unsafe extern "C" fn(_: *mut c_void)>,
    pub pContext: *mut c_void,
    pub dwNotificationStatus: u32,
    pub ServiceStatus: _SERVICE_STATUS_PROCESS,
}

Fields§

§dwVersion: u32§pfnNotifyCallback: Option<unsafe extern "C" fn(_: *mut c_void)>§pContext: *mut c_void§dwNotificationStatus: u32§ServiceStatus: _SERVICE_STATUS_PROCESS