Yes you can create a struct or a class to hold them all, and pass it instead.

Code:
class Rule
{
public:
    bool cwOn;
    WCHAR cwR;
    // etc..
};