Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_PROPERTY
#[repr(C)]pub struct CRYPT_XML_PROPERTY {
pub dwPropId: CRYPT_XML_PROPERTY_ID,
pub pvValue: *const c_void,
pub cbValue: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwPropId: CRYPT_XML_PROPERTY_ID
§pvValue: *const c_void
§cbValue: u32