Struct windows_sys::Win32::UI::Shell::BANDINFOSFB
#[repr(C)]pub struct BANDINFOSFB {
pub dwMask: u32,
pub dwStateMask: u32,
pub dwState: u32,
pub crBkgnd: COLORREF,
pub crBtnLt: COLORREF,
pub crBtnDk: COLORREF,
pub wViewMode: u16,
pub wAlign: u16,
pub psf: IShellFolder,
pub pidl: *mut ITEMIDLIST,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_UI_Shell_Common"
Fields§
§dwMask: u32§dwStateMask: u32§dwState: u32§crBkgnd: COLORREF§crBtnLt: COLORREF§crBtnDk: COLORREF§wViewMode: u16§wAlign: u16§psf: IShellFolder§pidl: *mut ITEMIDLIST