shell32: Stub for SHSetLocalizedName.
This commit is contained in:
parent
5cf870dae5
commit
38c8950e17
@ -366,6 +366,7 @@
|
|||||||
@ stub SHPathPrepareForWriteW
|
@ stub SHPathPrepareForWriteW
|
||||||
@ stdcall SHQueryRecycleBinA(str ptr)
|
@ stdcall SHQueryRecycleBinA(str ptr)
|
||||||
@ stdcall SHQueryRecycleBinW(wstr ptr)
|
@ stdcall SHQueryRecycleBinW(wstr ptr)
|
||||||
|
@ stdcall SHSetLocalizedName(wstr wstr long)
|
||||||
@ stub SHUpdateRecycleBinIcon
|
@ stub SHUpdateRecycleBinIcon
|
||||||
@ stdcall SheChangeDirA(str)
|
@ stdcall SheChangeDirA(str)
|
||||||
@ stub SheChangeDirExA
|
@ stub SheChangeDirExA
|
||||||
|
@ -1703,3 +1703,13 @@ HRESULT WINAPI SHQueryRecycleBinW(LPCWSTR pszRootPath, LPSHQUERYRBINFO pSHQueryR
|
|||||||
|
|
||||||
return S_OK;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user