IAutoCompleteDropDown::ResetEnumerator method (shobjidl.h)

Forces the autocomplete object to refresh its list of suggestions when the list is visible.

Syntax

HRESULT ResetEnumerator();

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The drop-down list is always rebuilt before it is displayed, so there is no reason to use this method unless the drop-down list is currently visible.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl.h
DLL Browseui.dll

See also

IAutoCompleteDropDown