The TB_GETITEMRECT message retrieves the bounding rectangle of a button in a toolbar.
wParam = (WPARAM) iButton; lParam = (LPARAM) (LPRECT) lprc;
Returns TRUE if successful or FALSE otherwise.
This message does not retrieve the bounding rectangle for buttons whose state is set to the TBSTATE_HIDDEN value.