mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 09:32:15 +08:00
[SHELL32] Initial implement SHLimitInputEdit (#2323)
Popup balloon window is not implemented yet. CORE-11701
This commit is contained in:
committed by
GitHub
parent
48160c74b7
commit
c6ed215eef
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user