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: u32§cbData: u32§pbData: *mut u8