Some details about SHDoDragDrop

2007-08-06 Thread Timo Kunze
Hi, currently Wine's SHDoDragDrop is a stub and the comment states that it probably is equivalent to DoDragDrop. That's not quite true. In one of my programs I passed a NULL drop source accidentally and to my surprise it worked. So SHDoDragDrop creates an IDropSource object for you if you don't

Re: include: Add new Vista SDK constants, fields and, structures documented at http://ian.joeuser.com/index.asp?AID=738

2006-09-11 Thread Timo Kunze
Alexandre Julliard [EMAIL PROTECTED] writes: Francois Gouget [EMAIL PROTECTED] writes: @@ -1707,6 +1732,7 @@ typedef struct tagTOOLINFOA { LPSTR lpszText; LPARAM lParam; void *lpReserved; +HBITMAP hbmp; } TTTOOLINFOA, *LPTOOLINFOA, *PTOOLINFOA, *LPTTTOOLINFOA; I