Struct windows_sys::Win32::UI::Shell::SHFILEINFOA
[−]#[repr(C)]pub struct SHFILEINFOA {
pub hIcon: HICON,
pub iIcon: i32,
pub dwAttributes: u32,
pub szDisplayName: [CHAR; 260],
pub szTypeName: [CHAR; 80],
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_UI_WindowsAndMessaging’
Fields
hIcon: HICONiIcon: i32dwAttributes: u32szDisplayName: [CHAR; 260]szTypeName: [CHAR; 80]