pub type SHFILEINFO = SHFILEINFOA;Aliased Type§
#[repr(C, packed(1))]pub struct SHFILEINFO {
pub hIcon: *mut HICON__,
pub iIcon: i32,
pub dwAttributes: u32,
pub szDisplayName: [i8; 260],
pub szTypeName: [i8; 80],
}Fields§
§hIcon: *mut HICON__§iIcon: i32§dwAttributes: u32§szDisplayName: [i8; 260]§szTypeName: [i8; 80]