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’, ‘Win32_Foundation’
Fields
pszProperty: PWSTRcbValue: u32pbValue: *mut u8