Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Sent after an edit control performed a web search when the "Search the web" feature is enabled, see EM_ENABLESEARCHWEB. The parent window of the edit control receives this notification code through a WM_NOTIFY message.
EN_SEARCHWEB
WPARAM wParam;
LPARAM lParam;
Parameters
-
wParam
-
Handle to the edit control.
-
lParam
-
A pointer to a NMSEARCHWEB structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 10, 1809 [desktop apps only] |
| Minimum supported server |
Windows Server 2019 [desktop apps only] |
| Header |
|
See also
-
Reference
-
Other Resources