filterObj = CxFilter(description);
CxObj *CxFilter(STRPTR)
Creates an input event filter object that matches the 'description' string. If 'description' is NULL, the filter will not match any messages.
A filter may be modified by the functions SetFilter(), using a description string, and SetFilterIX(), which takes a binary Input Expression as a parameter.
This function is a C-language macro for CreateCxObj(), defined in <libraries/commodities.h>.