mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
Return status code
svn path=/trunk/; revision=10939
This commit is contained in:
@@ -755,7 +755,7 @@ static HRESULT WINAPI IShellFolder_fnSetNameOf (IShellFolder2 * iface, HWND hwnd
|
||||
|
||||
SHChangeNotify (bIsFolder ? SHCNE_RENAMEFOLDER : SHCNE_RENAMEITEM, SHCNF_PATHA, szSrc, szDest);
|
||||
|
||||
return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
return E_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user