mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[SHELL32][SDK] Implement SHLimitInputCombo (#5521)
SHLimitInputCombo function sets limits on valid characters for a combobox control. This function works like SHLimitInputEdit, but the target is a combobox instead of a textbox. CORE-9277
This commit is contained in:
parent
5b40f6f353
commit
2e9d03da90
3 changed files with 25 additions and 11 deletions
|
@ -644,6 +644,8 @@ BOOL WINAPI SHInitRestricted(LPCVOID unused, LPCVOID inpRegKey);
|
|||
#define SMC_EXEC 4
|
||||
INT WINAPI Shell_GetCachedImageIndex(LPCWSTR szPath, INT nIndex, UINT bSimulateDoc);
|
||||
|
||||
HRESULT WINAPI SHLimitInputCombo(HWND hWnd, IShellFolder *psf);
|
||||
|
||||
HRESULT WINAPI SHGetImageList(int iImageList, REFIID riid, void **ppv);
|
||||
|
||||
BOOL WINAPI GUIDFromStringW(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue