Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 2.59 KB

nf-commctrl-header_setfilterchangetimeout.md

File metadata and controls

79 lines (60 loc) · 2.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.Header_SetFilterChangeTimeout
Header_SetFilterChangeTimeout macro (commctrl.h)
Sets the timeout interval between the time a change takes place in the filter attributes and the posting of an HDN_FILTERCHANGE notification. You can use this macro or send the HDM_SETFILTERCHANGETIMEOUT message explicitly.
Header_SetFilterChangeTimeout
Header_SetFilterChangeTimeout macro [Windows Controls]
_win32_Header_SetFilterChangeTimeout
_win32_Header_SetFilterChangeTimeout_cpp
commctrl/Header_SetFilterChangeTimeout
controls.Header_SetFilterChangeTimeout
controls._win32_Header_SetFilterChangeTimeout
controls\Header_SetFilterChangeTimeout.htm
Controls
VS|Controls|~\controls\header\macros\header_setfilterchangetimeout.htm
12/05/2018
Header_SetFilterChangeTimeout, Header_SetFilterChangeTimeout macro [Windows Controls], _win32_Header_SetFilterChangeTimeout, _win32_Header_SetFilterChangeTimeout_cpp, commctrl/Header_SetFilterChangeTimeout, controls.Header_SetFilterChangeTimeout, controls._win32_Header_SetFilterChangeTimeout
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
Header_SetFilterChangeTimeout
commctrl/Header_SetFilterChangeTimeout
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
Header_SetFilterChangeTimeout

Header_SetFilterChangeTimeout macro

-description

Sets the timeout interval between the time a change takes place in the filter attributes and the posting of an HDN_FILTERCHANGE notification. You can use this macro or send the HDM_SETFILTERCHANGETIMEOUT message explicitly.

-parameters

-param hwnd

Type: HWND

A handle to the header control.

-param i

Type: int

The timeout value, in milliseconds.

-see-also

HDM_SETFILTERCHANGETIMEOUT

HDN_FILTERCHANGE

Reference