Struct windows_sys::Win32::Security::Cryptography::CRYPT_PROPERTY_REF
#[repr(C)]pub struct CRYPT_PROPERTY_REF {
pub pszProperty: PWSTR,
pub cbValue: u32,
pub pbValue: *mut u8,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pszProperty: PWSTR
§cbValue: u32
§pbValue: *mut u8