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