Share via


TB_GETRECT (Windows CE 5.0)

Send Feedback

This message retrieves the bounding rectangle for a specified toolbar button.

TB_GETRECTwParam= (WPARAM)(INT) iID;lParam= (LPARAM)(LPRECT)lprc;

Parameters

  • iID
    Button identifier.
  • lprc
    Returns nonzero if successful, or zero otherwise. A RECT structure that receives the bounding rectangle information.

Return Values

Nonzero indicates success. Zero indicates otherwise.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

RECT | Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.