Fixed wrong return value.

This commit is contained in:
Juergen Schmied 1999-09-10 13:54:15 +00:00 committed by Alexandre Julliard
parent f4e97be7af
commit 1e0eaed1de
1 changed files with 1 additions and 0 deletions

View File

@ -827,6 +827,7 @@ static HRESULT WINAPI IShellFolder_fnGetUIObjectOf(
if(IsEqualIID(riid, &IID_IContextMenu) && (cidl >= 1))
{
pObj = (LPUNKNOWN)IContextMenu_Constructor((IShellFolder *)This, This->absPidl, apidl, cidl);
hr = S_OK;
}
else if (IsEqualIID(riid, &IID_IDataObject) &&(cidl >= 1))
{