Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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 RECTstructure 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