La función Everything_SetRegex habilita o deshabilita la búsqueda con Expresiones Regulares.
void Everything_SetRegex(
BOOL bEnabled
);
bEnabled
Establézcalo a no-cero para habilitar regex, establézcalo a cero para deshabilitarlo.
Esta función no tiene valores de retorno.
Regex está deshabilitado por defecto.
Everything_SetRegex(TRUE);