mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[SHELL32] Initial implement SHLimitInputEdit (#2323)
Popup balloon window is not implemented yet. CORE-11701
This commit is contained in:
parent
48160c74b7
commit
c6ed215eef
2 changed files with 179 additions and 12 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue