Struct windows_sys::Win32::Security::Cryptography::Catalog::CRYPTCATATTRIBUTE
#[repr(C)]pub struct CRYPTCATATTRIBUTE {
pub cbStruct: u32,
pub pwszReferenceTag: PWSTR,
pub dwAttrTypeAndAction: u32,
pub cbValue: u32,
pub pbValue: *mut u8,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_Catalog"
Fields§
§cbStruct: u32
§pwszReferenceTag: PWSTR
§dwAttrTypeAndAction: u32
§cbValue: u32
§pbValue: *mut u8
§dwReserved: u32