![]() |
UltraDefrag Engine Architecture - Reference Manual - Guides |
|
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(). |
void SetFilter | ( | PFILTER | pf, | |
short * | buffer | |||
) |
Initializes the including/excluding filter.
[in] | pf | pointer to the head of the list representing the appropriate filter. |
[in] | buffer | the null-terminated filter string. |
Definition at line 99 of file filter.c.
Referenced by InitializeFilter().
BOOLEAN IsStringInFilter | ( | short * | str, | |
PFILTER | pf | |||
) |
Checks the string for an occurrence in the filter.
[in] | str | the null-terminated string to search for. |
[in] | pf | pointer to the head of the list representing the filter to search in. |
Definition at line 161 of file filter.c.
Referenced by ConsoleUnwantedStuffDetected(), UnwantedStuffDetected(), and UnwantedStuffOnFatOrUdfDetected().
BOOLEAN CheckForContextMenuHandler | ( | void | ) |
Checks for the Explorer's context menu handler.
Definition at line 180 of file filter.c.
Referenced by InitializeFilter().