EventSetParmCat_t

Contains information about an EVENT_SET_PARM_CATEGORY_REMOVE event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     int    number;
     char   name[128];
  } EventSetParmCat_t;
  

Fields

number

Specifies the number of the category.

name

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