CB_GETDROPPEDCONTROLRECT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent by an application to retrieve the screen coordinates of the drop-down list box of a combo box.

Syntax

CB_GETDROPPEDCONTROLRECT wParam = 0;
    lParam = (LPARAM)(RECT FAR*) lprc;

Parameters

  • wParam
    Not used.
  • lprc
    Long pointer to the RECT structure that is to receive the coordinates.

Return Value

If the message succeeds, the return value is nonzero.

If the message fails, the return value is zero.

Requirements

Header winuser.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Combo Boxes Messages
SendMessage
RECT