SHAutoComplete(3w)
NAME
SHAutoComplete (SHLWAPI.@)
SYNOPSIS
HRESULT SHAutoComplete ( HWND hwndEdit, DWORD dwFlags )
DESCRIPTION
Enable auto-completion for an edit control.
PARAMS
hwndEdit [In] Handle of control to enable auto-completion for.
dwFlags [In] SHACF_ flags from "shlwapi.h".
RETURNS
Success: S_OK. Auto-completion is enabled for the control.
Failure: An HRESULT error code indicating the error.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".
- Debug channel "shell".