user32: Add GetListBoxInfo

Nikolay Sivov bunglehead at gmail.com
Mon Jan 9 03:23:48 CST 2012


On 1/9/2012 01:28, Louis Lenders wrote:
> This should fix http://bugs.winehq.org/show_bug.cgi?id=27385
>
> (See also Remarks on http://msdn.microsoft.com/en-us/library/windows/desktop/bb775208%28v=vs.85%29.aspx : This message is equivalent to GetListBoxInfo.

> +DWORD WINAPI GetListBoxInfo(HWND hwnd)
> +{
> +    TRACE("(%p)\n", hwnd);
> +    return SendMessageW( hwnd, LB_GETLISTBOXINFO, 0, 0);
> +}
> +
Please add a test showing that it really sends a message.



More information about the wine-devel mailing list