Contains information about an EVENT_SET_PARM_CATEGORY_REMOVE event.
#include <event.h>
typedef struct
{
int number;
char name[128];
} EventSetParmCat_t;
Specifies the number of the category.
Contains the name of the category. The category name is an ASCII string, which can contain spaces.