![]() |
UltraDefrag Engine Architecture - Reference Manual - Guides |
|
File names filtering code. More...
Go to the source code of this file.
Functions | |
void | SetFilter (PFILTER pf, short *buffer) |
Initializes the including/excluding filter. | |
void | InitializeFilter (void) |
Initializes all the filters. | |
BOOLEAN | IsStringInFilter (short *str, PFILTER pf) |
Checks the string for an occurrence in the filter. | |
BOOLEAN | CheckForContextMenuHandler (void) |
Checks for the Explorer's context menu handler. | |
void | DestroyFilter (void) |
Destroys all the lists representing filters. | |
wchar_t *__cdecl | wcsistr (const wchar_t *wcs1, const wchar_t *wcs2) |
Case insensitive version of wcsstr(). |
File names filtering code.
Definition in file filter.c.