TBINFO structure (shlobj.h)
Used with the SFVM_GETBUTTONINFO notification to specify the number of buttons to add to the toolbar, as well as how they're added.
Syntax
typedef struct _TBINFO {
UINT cbuttons;
UINT uFlags;
} TBINFO;
Members
cbuttons
Type: UINT
The number of buttons.
uFlags
Type: UINT
One of the following flags.
TBIF_APPEND (0)
Add the new buttons after the existing buttons.
TBIF_PREPEND (1)
Add the new buttons before the existing buttons.
TBIF_REPLACE (2)
Replace the existing buttons with the new buttons.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | shlobj.h |