SHAutoComplete (SHLWAPI.@)
HRESULT SHAutoComplete ( HWND hwndEdit, DWORD dwFlags )
Enable auto-completion for an edit control.
hwndEdit | [In] | Handle of control to enable auto-completion for. |
dwFlags | [In] | SHACF_ flags from "shlwapi.h". |
Success: S_OK. Auto-completion is enabled for the control.
Failure: An HRESULT error code indicating the error.
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/url.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.