Contains information about an EVENT_SET_PARM_ADD or an EVENT_SET_PARM_REMOVE event.
#include <event.h>
typedef struct
{
int type;
int categorynumber;
char name[128];
char categoryname [128]
} EventSetParm_t;
Specifies the type of data contained in the value field. For a list of possible values, see Section 30.5, Settable Parameter Types.
Specifies the category in which the parameter is listed. To obtain a list possible values, use the ScanSettableParameters function.
Contains the name of the settable parameter. The parameter name is an ASCII string, which can contain spaces.
Contains the name of the settable parameter category. The parameter name is an ASCII string, which can contain spaces.