SHLimitInputEdit function
[This function is available through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows.]
Sets limits on valid characters for an edit control.
Syntax
HRESULT SHLimitInputEdit( _In_opt_ HWND hwndEdit, _In_ IShellFolder *psf );
Parameters
- hwndEdit [in, optional]
-
Type: HWND
The handle of the edit control.
- psf [in]
-
Type: IShellFolder*
An IShellFolder interface pointer. This object must also implement IItemNameLimits, which supplies a list of invalid characters and a maximum name length.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|