Struct windows_sys::Win32::Security::Cryptography::CERT_CHAIN_POLICY_STATUS
#[repr(C)]pub struct CERT_CHAIN_POLICY_STATUS {
pub cbSize: u32,
pub dwError: u32,
pub lChainIndex: i32,
pub lElementIndex: i32,
pub pvExtraPolicyStatus: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§dwError: u32
§lChainIndex: i32
§lElementIndex: i32
§pvExtraPolicyStatus: *mut c_void