pub type CSSM_SUBSERVICE_UID = cssm_subservice_uid;
👎Deprecated
Available on crate features
cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_SUBSERVICE_UID {
pub Guid: cssm_guid,
pub Version: cssm_version,
pub SubserviceId: u32,
pub SubserviceType: u32,
}
Fields§
§Guid: cssm_guid
👎Deprecated
§Version: cssm_version
👎Deprecated
§SubserviceId: u32
👎Deprecated
§SubserviceType: u32
👎Deprecated