Commit 18dbfaae authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Implemented ILGetDisplayName.

parent 98f6cf0d
...@@ -53,10 +53,9 @@ void pdump (LPCITEMIDLIST pidl) ...@@ -53,10 +53,9 @@ void pdump (LPCITEMIDLIST pidl)
/************************************************************************* /*************************************************************************
* ILGetDisplayName [SHELL32.15] * ILGetDisplayName [SHELL32.15]
*/ */
BOOL32 WINAPI ILGetDisplayName(LPCITEMIDLIST iil,LPSTR path) BOOL32 WINAPI ILGetDisplayName(LPCITEMIDLIST pidl,LPSTR path)
{ FIXME(pidl,"(%p,%p),stub, return e:!\n",iil,path); { FIXME(shell,"pidl=%p %p semi-stub\n",pidl,path);
strcpy(path,"e:\\"); return SHGetPathFromIDList32A(pidl, path);
return TRUE;
} }
/************************************************************************* /*************************************************************************
* ILFindLastID [SHELL32.16] * ILFindLastID [SHELL32.16]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment