HRESULT FoldersTree_GetFilterFunction(HWND hwnd, FoldersTree_filter_func_t *func);
[in] HWND hwnd
Handle to the control.
[out] FoldersTree_filter_func_t *func
Pointer to a variable in which to return the filter function.
Get the filter function for the control.
Filter function may be NULL
. It is equivalent to a
function which always retuns TRUE
.
See also: FoldersTree_SetFilterFunction, FoldersTree_GetFilterFlags, FoldersTree_GetQueriedAttrs, Filtering.