Re: Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Ari Berger (AriBerger_at_hotmail.com)
Date: 08/08/04


Date: Sun, 8 Aug 2004 13:19:46 +0200


> which I am unable to process my custom data.(but I am receiving the
> following cfFormat values HDrop(15) and some large number(2011234319)
> which I unable to understand.) I would really appreciate your help in
> this regard.
>
I can't really follow the C# code, but I agree that the large number
(2011234319) is just too big...
FORMATETC.cfFormat is defined as a CLIPFORMAT, #defined as a WORD, not a
DWORD.
The lower word looks like it is also 0x000F, or HDrop.
Hope this helps,
Ari