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.

Syntax

void Header_SetFilterChangeTimeout(
   hwnd,
   i
);

Parameters

hwnd

Type: HWND

A handle to the header control.

i

Type: int

The timeout value, in milliseconds.

Return value

None

Requirements

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

See also

HDM_SETFILTERCHANGETIMEOUT

HDN_FILTERCHANGE

Reference