[SHELL32] Initial implement SHLimitInputEdit (#2323)

Popup balloon window is not implemented yet.
CORE-11701
This commit is contained in:
Katayama Hirofumi MZ 2020-02-10 15:57:30 +09:00 committed by GitHub
parent 48160c74b7
commit c6ed215eef
2 changed files with 179 additions and 12 deletions

View file

@ -36,17 +36,6 @@ SHFindComputer(LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2)
return FALSE;
}
/*
* Unimplemented
*/
EXTERN_C HRESULT
WINAPI
SHLimitInputEdit(HWND hWnd, IShellFolder *psf)
{
FIXME("SHLimitInputEdit() stub\n");
return S_FALSE;
}
/*
* Unimplemented
*/