EventDSObject_t

Contains information about an EVENT_DS_EVENT event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     uint32_t   EventObjectSignature;
     uint32_t   EventType;
     void      *entry;
  } EventDSObject_t;
  

Fields

EventObjectSignature

Specifies the signature of the event. The following value is used for this field: 0x43565344 (EventDSSignature)

EventType

Specifies the type of eDirectory event.

entry

Points to the object that was modified.