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", "Win32_System_Ole"
Fields§
§ptbar: IDockingWindow§rcBorderTool: RECT§pwszItem: PWSTR§fShow: BOOL§hMon: HMONITOR