CB_GETDROPPEDCONTROLRECT (Windows CE 5.0)
This message is sent by an application to retrieve the screen coordinates of the drop-down list box of a combo box.
CB_GETDROPPEDCONTROLRECTwParam = 0;lParam = (LPARAM)(RECTFAR*)lprc;
Parameters
- wParam
Not used. - lprc
Long pointer to the RECT structure that is to receive the coordinates.
Return Values
If the message succeeds, the return value is nonzero.
If the message fails, the return value is zero.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Combo Boxes Messages | SendMessage | RECT
Send Feedback on this topic to the authors