Struct windows_sys::Win32::Security::Cryptography::CLAIMLIST
#[repr(C)]pub struct CLAIMLIST {
pub count: u32,
pub claims: *const PCWSTR,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§count: u32§claims: *const PCWSTR