Struct windows_sys::Win32::UI::Shell::TOOLBARITEM
[−]#[repr(C)]pub struct TOOLBARITEM {
pub ptbar: IDockingWindow,
pub rcBorderTool: RECT,
pub pwszItem: PWSTR,
pub fShow: BOOL,
pub hMon: HMONITOR,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
ptbar: IDockingWindowrcBorderTool: RECTpwszItem: PWSTRfShow: BOOLhMon: HMONITOR