Platform SDK: Exchange Server |
Provides information about the extension object’s toolbar buttons.
See IExchExtCommands : IUnknown.
HRESULT QueryButtonInfo( ULONG tbid, UINT itbb, LPTBBUTTON ptbb, LPTSTR lpsz, UINT cch, ULONG ulFlags );
[in] Pointer to a buffer in which text describing the button should be returned. This description text appears in the Customize Toolbar dialog box. This parameter can be NULL to indicate that text is not required.
Microsoft Exchange calls the IExchExtCommands::QueryButtonInfo method when it needs information about a toolbar button. Currently only one toolbar is defined, EETB_STANDARD. If an error is returned, Microsoft Exchange will not call other extensions and will use default or null information.