shell32: Add stub for SHUpdateRecycleBinIcon.

This commit is contained in:
Louis Lenders 2007-06-10 12:08:09 +01:00 committed by Alexandre Julliard
parent de559d9ce0
commit 6089fe8667
2 changed files with 12 additions and 1 deletions

View file

@ -512,3 +512,14 @@ static const IPersistFolder2Vtbl recycleBinPersistVtbl =
/* IPersistFolder2 */
RecycleBin_GetCurFolder
};
/*************************************************************************
* SHUpdateRecycleBinIcon [SHELL32.@]
*
* Undocumented
*/
HRESULT WINAPI SHUpdateRecycleBinIcon(void)
{
FIXME("stub\n");
return S_OK;
}

View file

@ -368,7 +368,7 @@
@ stdcall SHQueryRecycleBinA(str ptr)
@ stdcall SHQueryRecycleBinW(wstr ptr)
@ stdcall SHSetLocalizedName(wstr wstr long)
@ stub SHUpdateRecycleBinIcon
@ stdcall SHUpdateRecycleBinIcon()
@ stdcall SheChangeDirA(str)
@ stub SheChangeDirExA
@ stub SheChangeDirExW