pub type CSSM_MANAGER_EVENT_NOTIFICATION = cssm_manager_event_notification;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype and emmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_MANAGER_EVENT_NOTIFICATION {
pub DestinationModuleManagerType: u32,
pub SourceModuleManagerType: u32,
pub Event: u32,
pub EventId: u32,
pub EventData: cssm_data,
}Fields§
§DestinationModuleManagerType: u32👎Deprecated
§SourceModuleManagerType: u32👎Deprecated
§Event: u32👎Deprecated
§EventId: u32👎Deprecated
§EventData: cssm_data👎Deprecated