Contents Index Topic Contents | ||
Previous Topic: TB_GETBUTTON Next Topic: TB_GETBUTTONSIZE |
TB_GETBUTTONINFO
TB_GETBUTTONINFO wParam = (WPARAM)(INT) iID; lParam = (LPARAM)(LPTBBUTTONINFO) lptbbi;Retrieves extended information for a button in a toolbar.
- Returns the zero-based index of the button, or -1 if an error occurs.
- iID
- Command identifier of the button.
- lptbbi
- Address of a TBBUTTONINFO structure that receives the button information. The cbSize and dwMask members of this structure must be filled in prior to sending this message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.