http://bugs.winehq.org/show_bug.cgi?id=13082
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.0-rc2
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2009-10-18 14:42:42 --- (In reply to comment #5)
Actually, this is a valid HTREEITEM, but from a different TreeView. Maybe Windows allows it?
Exactly, I've done some tests just now, and it definitely possible to pass HTREEITEM to different control for example in TVM_GETITEMA and it returns requested data. Something like a global DPA protected with critical section should be enough here - I'll try to make a draft implementation this week.