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
int Header_SetFilterChangeTimeout(
HWND hwnd,
int i
);
Parameters
hwnd
Type: HWND
A handle to the header control.
i
Type: int
The timeout value, in milliseconds.
Return value
Type: int
Returns the index of the filter control being modified.
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
Reference