mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[FONTEXT] Return the correct error in GetDisplayNameOf
This commit is contained in:
@@ -291,7 +291,7 @@ STDMETHODIMP CFontExt::GetUIObjectOf(HWND hwndOwner, UINT cidl, PCUITEMID_CHILD_
|
||||
STDMETHODIMP CFontExt::GetDisplayNameOf(PCUITEMID_CHILD pidl, DWORD dwFlags, LPSTRRET strRet)
|
||||
{
|
||||
if (!pidl)
|
||||
return S_FALSE;
|
||||
return E_NOTIMPL;
|
||||
|
||||
// Validate that this pidl is the last one
|
||||
PCUIDLIST_RELATIVE curpidl = ILGetNext(pidl);
|
||||
|
||||
Reference in New Issue
Block a user