Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 1.53 KB

em-enablesearchweb.md

File metadata and controls

78 lines (45 loc) · 1.53 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_ENABLESEARCHWEB message (CommCtrl.h)
Enables or disables the "Search the web" feature and context menu entry.
9393f03e-0719-458b-8122-616df738c417
EM_ENABLESEARCHWEB message Windows Controls
apiref
EM_ENABLESEARCHWEB
Winuser.h
HeaderDef
reference
05/31/2018

EM_ENABLESEARCHWEB message

Enables or disables the "Search the web" feature and context menu entry.

Parameters

wParam

A value of TRUE indicates the "Search the web" feature is enabled, and a value of FALSE indicates it is disabled.

lParam

This parameter is not used.

Return value

This message does not return a value.

Remarks

If you disable "Search the web" using this message, the EM_SEARCHWEB message has no effect.

Requirements

Requirement Value
Minimum supported client
Windows 10, 1809 [desktop apps only]
Minimum supported server
Windows Server 2019 [desktop apps only]
Header
CommCtrl.h

See also

Reference

EM_SEARCHWEB