9 Jan
2012
9 Jan
'12
7: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.