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: u64, pub pfnNotifyCallback: Option<unsafe extern "C" fn(*mut c_void)>, pub pContext: *mut c_void, pub dwNotificationStatus: u64, pub ServiceStatus: _SERVICE_STATUS_PROCESS, }

Fields§

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