FoldersTree_SetFilterFunction

HRESULT FoldersTree_SetFilterFunction(HWND hwnd, FoldersTree_filter_func_t func);

Arguments

[in] HWND hwnd

Handle to the control.

[in] FoldersTree_filter_func_t func

Pointer to the function to set.

Description

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.