Struct windows_sys::Win32::Security::Cryptography::CMC_STATUS_INFO
#[repr(C)]pub struct CMC_STATUS_INFO {
pub dwStatus: u32,
pub cBodyList: u32,
pub rgdwBodyList: *mut u32,
pub pwszStatusString: PWSTR,
pub dwOtherInfoChoice: u32,
pub Anonymous: CMC_STATUS_INFO_0,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§dwStatus: u32
§cBodyList: u32
§rgdwBodyList: *mut u32
§pwszStatusString: PWSTR
§dwOtherInfoChoice: u32
§Anonymous: CMC_STATUS_INFO_0