On 3/23/2010 11:43, Paul Vriens wrote:
On 03/22/2010 09:22 PM, Nikolay Sivov wrote:
On 3/22/2010 22:09, Paul Vriens wrote:
On 03/22/2010 01:01 PM, Nikolay Sivov wrote:
Implement some IShellFolderView methods over IFolderView
Hi Nikolay,
- /* ::MoveIcons */
- hr = IShellFolderView_MoveIcons(folderview, NULL);
- ok(hr == E_NOTIMPL, "got (0x%08x)\n", hr);
This one makes Win98 and win95 (both with shell32.dll version 4.72.x) crash.
I prefer to keep it for all platforms. We need stub IDataObject in tests for it. I'll try with a stub tomorrow maybe, if you could be faster please go ahead.
I'm not sure what you mean here. This MoveIcons call crashes on Win95 and Win98 so we must skip this somehow.
I mean add a stub IDataObject to our test file and pass not null pointer to MoveIcons. I'll try that for next patch set.