Re: user32: Add GetListBoxInfo
9 Jan
2012
9 Jan
'12
9:23 a.m.
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%2... : 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.
5089
Age (days ago)
5089
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov