András Kovács : shell32: Stub for SHSetLocalizedName.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 14 10:50:59 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 38c8950e17bb7d18cfba20386a660ef668f6b22e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=38c8950e17bb7d18cfba20386a660ef668f6b22e

Author: András Kovács <andras at csevego.net>
Date:   Fri Jul 14 06:33:25 2006 +0200

shell32: Stub for SHSetLocalizedName.

---

 dlls/shell32/shell32.spec |    1 +
 dlls/shell32/shellord.c   |   10 ++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 4d02d7a..debb9a4 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -366,6 +366,7 @@ #300 stub Shl3216_ThunkData32
 @ stub SHPathPrepareForWriteW
 @ stdcall SHQueryRecycleBinA(str ptr)
 @ stdcall SHQueryRecycleBinW(wstr ptr)
+@ stdcall SHSetLocalizedName(wstr wstr long)
 @ stub SHUpdateRecycleBinIcon
 @ stdcall SheChangeDirA(str)
 @ stub SheChangeDirExA
diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c
index 38ebcbb..a6216d3 100644
--- a/dlls/shell32/shellord.c
+++ b/dlls/shell32/shellord.c
@@ -1703,3 +1703,13 @@ HRESULT WINAPI SHQueryRecycleBinW(LPCWST
 
     return S_OK;
 }
+
+/*************************************************************************
+ *              SHSetLocalizedName (SHELL32.@)
+ */
+HRESULT WINAPI SHSetLocalizedName(LPWSTR pszPath, LPCWSTR pszResModule, int idsRes)
+{
+    FIXME("%p, %s, %d - stub\n", pszPath, debugstr_w(pszResModule), idsRes);
+
+    return S_OK;
+}




More information about the wine-cvs mailing list