pub type SERVICE_NOTIFY_2W = _SERVICE_NOTIFY_2W;
Aliased Type§
#[repr(C)]pub struct SERVICE_NOTIFY_2W {
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,
pub dwNotificationTriggered: u64,
pub pszServiceNames: *mut u16,
}
Fields§
§dwVersion: u64
§pfnNotifyCallback: Option<unsafe extern "C" fn(*mut c_void)>
§pContext: *mut c_void
§dwNotificationStatus: u64
§ServiceStatus: _SERVICE_STATUS_PROCESS
§dwNotificationTriggered: u64
§pszServiceNames: *mut u16