SFVM_GETBUTTONINFO message
Allows the callback object to add buttons to the toolbar. Used by IShellFolderViewCB::MessageSFVCB.
SFVM_GETBUTTONINFO
lParam = (LPARAM)(LPTBINFO) ptbinfo;
Parameters
-
ptbinfo [out]
-
The address of a TBINFO structure that specifies the number of buttons and how they are to be added to the toolbar.
Remarks
Buttons can be appended or prepended to the standard system folder view object buttons, or be displayed in place of the standard buttons. This message is followed by a SFVM_GETBUTTONS message that retrieves the information concerning the button specifics.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|