user32: Implement GetListBoxInfo()

Nikolay Sivov nsivov at codeweavers.com
Tue May 7 12:25:02 CDT 2013


Test shows that this call works for subclassed listbox too and no 
message is sent. I tried to call it for a different window setting data 
pointer to invalid pointer value and it doesn't crash a test, just 
returns 0. I also tried to create listbox with non-default window class 
name and it still works, so I'm not sure how it does that, maybe it just 
has exception handler around internal listbox procedure call. For now a 
test is a reminder that it doesn't match what native does internally.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Implement-GetListBoxInfo.patch
Type: text/x-patch
Size: 3615 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130507/55f961cb/attachment.bin>


More information about the wine-patches mailing list