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: u32cBodyList: u32rgdwBodyList: *mut u32pwszStatusString: PWSTRdwOtherInfoChoice: u32Anonymous: CMC_STATUS_INFO_0