IBrowserService2::_GetToolbarItem method (shdeprecated.h)
Deprecated. Gets a specific item from a toolbar.
Syntax
LPTOOLBARITEM _GetToolbarItem(
[in] int itb
);
Parameters
[in] itb
Type: int
The index of the toolbar item to retrieve.
Return value
Type: LPTOOLBARITEM
A pointer to a TOOLBARITEM structure that represents a toolbar item.
Remarks
This method is implemented by the derived class.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shdeprecated.h |