[ros-diffs] [dchapyshev] 39261: - Add stub for SHOpenFolderAndSelectItems - Add SHParseDisplayName to .spec file foobar2000 now it is started normally

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Sun Feb 1 11:03:34 CET 2009


Author: dchapyshev
Date: Sun Feb  1 04:03:33 2009
New Revision: 39261

URL: http://svn.reactos.org/svn/reactos?rev=39261&view=rev
Log:
- Add stub for SHOpenFolderAndSelectItems
- Add SHParseDisplayName to .spec file
foobar2000 now it is started normally

Modified:
    trunk/reactos/dll/win32/shell32/shell32.spec
    trunk/reactos/dll/win32/shell32/shlfolder.c

Modified: trunk/reactos/dll/win32/shell32/shell32.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32.spec?rev=39261&r1=39260&r2=39261&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shell32.spec [iso-8859-1] Sun Feb  1 04:03:33 2009
@@ -444,3 +444,5 @@
 @ stdcall StrStrIW(wstr wstr) shlwapi.StrStrIW
 @ stdcall StrStrW(wstr wstr) shlwapi.StrStrW
 @ stub WOWShellExecute
+@ stdcall SHOpenFolderAndSelectItems(ptr long ptr long)
+@ stdcall SHParseDisplayName(wstr ptr ptr long ptr)

Modified: trunk/reactos/dll/win32/shell32/shlfolder.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfolder.c?rev=39261&r1=39260&r2=39261&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlfolder.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shlfolder.c [iso-8859-1] Sun Feb  1 04:03:33 2009
@@ -546,3 +546,19 @@
     FIXME("%p %s %p %08x %p\n",hWnd,lpszDir,lpDataObject,uFlags,lppidlLinks);
     return E_NOTIMPL;
 }
+
+/***********************************************************************
+ *  SHOpenFolderAndSelectItems
+ *
+ *   Unimplemented.
+ */
+HRESULT
+WINAPI
+SHOpenFolderAndSelectItems(PCIDLIST_ABSOLUTE pidlFolder,
+                           UINT cidl,
+                           PCUITEMID_CHILD_ARRAY *apidl,
+                           DWORD dwFlags)
+{
+    FIXME("SHOpenFolderAndSelectItems() stub\n");
+    return E_NOTIMPL;
+}



More information about the Ros-diffs mailing list