EventSetParm_t

Contains information about an EVENT_SET_PARM_ADD or an EVENT_SET_PARM_REMOVE event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     int    type;
     int    categorynumber;
     char   name[128]; 
     char   categoryname [128]
  } EventSetParm_t;
  

Fields

type

Specifies the type of data contained in the value field. For a list of possible values, see Section 30.5, Settable Parameter Types.

categorynumber

Specifies the category in which the parameter is listed. To obtain a list possible values, use the ScanSettableParameters function.

name

Contains the name of the settable parameter. The parameter name is an ASCII string, which can contain spaces.

name

Contains the name of the settable parameter category. The parameter name is an ASCII string, which can contain spaces.