pub type CSSM_TP_RESULT_SET = cssm_tp_result_set;👎Deprecated
Available on crate features
cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_TP_RESULT_SET {
pub NumberOfResults: u32,
pub Results: *mut c_void,
}Fields§
§NumberOfResults: u32§Results: *mut c_void