#[repr(C)]pub struct SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS {
pub cbSize: u32,
pub dwErrorLevel: u32,
pub dwErrorCategory: u32,
pub dwReserved: u32,
pub wszErrorText: [u16; 256],
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§dwErrorLevel: u32
§dwErrorCategory: u32
§dwReserved: u32
§wszErrorText: [u16; 256]