SERVICE_NOTIFY_1

Type Alias SERVICE_NOTIFY_1 

Source
pub type SERVICE_NOTIFY_1 = _SERVICE_NOTIFY_1;

Aliased Type§

#[repr(C)]
pub 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