ShlwApiSHAutoComplete Method
Instructs system edit controls to use AutoComplete to help complete URLs or file system paths.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[<DllImportAttribute("ShlwApi.dll")>]
static member SHAutoComplete :
hWndEdit : IntPtr *
flags : AutoCompleteFlags -> HResult
No code example is currently available or this language may not be supported.
- hWndEdit IntPtr
-
The window handle of a system edit control.
Typically, this parameter is the handle of an edit control or the edit control embedded in a ComboBoxEx control.
- flags AutoCompleteFlags
-
Flags that control the AutoComplete operation.
HResult
If this function succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.