Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_BLOB
#[repr(C)]pub struct CRYPT_XML_BLOB {
pub dwCharset: CRYPT_XML_CHARSET,
pub cbData: u32,
pub pbData: *mut u8,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwCharset: CRYPT_XML_CHARSET
§cbData: u32
§pbData: *mut u8