Struct windows_sys::Win32::Storage::FileSystem::EFS_CERTIFICATE_BLOB
[−]#[repr(C)]pub struct EFS_CERTIFICATE_BLOB {
pub dwCertEncodingType: u32,
pub cbData: u32,
pub pbData: *mut u8,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
dwCertEncodingType: u32cbData: u32pbData: *mut u8