EventSecurityChange_t

Contains information about an EVENT_CHANGE_SECURITY event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     uint32_t   objectID;
     uint32_t   equivalentID;
     uint32_t   changeFlags;
  } EventSecurityChange_t;
  

Fields

objectID

Specifies the object whose rights are being changed.

equivalentID

Specifies the object to either add to or remove from the equivalence list.

changeFlags

Specifies whether the rights of the equivalentID are added or removed from the equivalence list of the objectID and contains one of the following flags:

Flag

Value

Description

EVENT_CHANGE_SECURITY_ADD_EQUIVALENCE

1

Indicates that the objectID now has rights equivalent to the object specified by equivalentID.

EVENT_CHANGE_SECURITY_REMOVE_EQUIVALENCE

2

Indicates that the equivalentID has been removed from the equivalence list of the object specified by objectID.