TOOLBARITEM structure (shdeprecated.h)
Deprecated. Data used in IBrowserService2::_GetToolbarItem, IBrowserService2::v_MayGetNextToolbarFocus, and IBrowserService2::_SetFocus to define a toolbar item.
Syntax
typedef struct SToolbarItem {
IDockingWindow *ptbar;
BORDERWIDTHS rcBorderTool;
LPWSTR pwszItem;
BOOL fShow;
HMONITOR hMon;
} TOOLBARITEM, *LPTOOLBARITEM;
Members
ptbar
Type: IDockingWindow*
The IDockingWindow of the item's particular toolbar.
rcBorderTool
Type: BORDERWIDTHS
A BORDERWIDTHS structure that contains the dimensions of the item, including its borders.
pwszItem
Type: LPWSTR
A pointer to a buffer that contains the name of the toolbar item as a Unicode string.
fShow
Type: BOOL
TRUE if the toolbar item is currently visible; otherwise, FALSE.
hMon
Type: HMONITOR
The handle of the monitor on which the toolbar item appears.
Requirements
Requirement | Value |
---|---|
Header | shdeprecated.h |