HDM_EDITFILTER message

Moves the input focus to the edit box when a filter button has the focus.

Parameters

wParam

A value specifying the column to edit.

lParam

A flag that specifies how to handle the user's editing changes. Use this flag to specify what to do if the user is in the process of editing the filter when the message is sent.

Value Meaning
TRUE
Discard the changes made by the user.
FALSE
Accept the changes made by the user.

Return value

Returns an integer. The LRESULT is cast to an integer that indicates TRUE(1) or FALSE(0).

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

HDM_CLEARFILTER