9 Jan
2012
9 Jan
'12
1:50 a.m.
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> wrote:
+DWORD WINAPI GetListBoxInfo(HWND hwnd) +{ + TRACE("(%p)\n", hwnd); + return SendMessageW( hwnd, LB_GETLISTBOXINFO, 0, 0); +}
The spacing is not consistent.
-# @ stub GetListBoxInfo +@ stdcall GetListBoxInfo(ptr)
Please have a look at other user32 spec file entries for correct type for a window handle. -- Dmitry.
5086
Age (days ago)
5086
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov