Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Registers the provider with the client to enable the client to call the application's auto complete provider object.
Syntax
HRESULT AdviseProvider(
[in] HWND hWndField,
[in] ITipAutocompleteProvider *pIACProvider
);
Parameters
-
hWndField [in]
-
The window handle of the field which provide the auto complete feature.
-
pIACProvider [in]
-
The interface pointer to the auto complete provider interface.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An unspecified error occurred. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server |
None supported |
| Header |
|
| DLL |
|