pub type SHFILEINFOW = _SHFILEINFOW;
Aliased Type§
struct SHFILEINFOW {
pub hIcon: *mut HICON__,
pub iIcon: i32,
pub dwAttributes: u32,
pub szDisplayName: [u16; 260],
pub szTypeName: [u16; 80],
}
Fields§
§hIcon: *mut HICON__
§iIcon: i32
§dwAttributes: u32
§szDisplayName: [u16; 260]
§szTypeName: [u16; 80]