EN_SEARCHWEB notification code
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