HRESULT FoldersTree_SetFilterFunction(HWND hwnd, FoldersTree_filter_func_t func);
[in] HWND hwnd
Handle to the control.
[in] FoldersTree_filter_func_t func
Pointer to the function to set.
Set the filter function for the control.
Filter function may be set to NULL
. It is equivalent to a
function which always retuns TRUE
.
See also: FoldersTree_GetFilterFunction, FoldersTree_SetFilterFlags, FoldersTree_SetQueriedAttrs, Filtering.