Contains information about a bindery object associated with an event.
typedef struct EVT_BinderyObjectInfo {
char *entryDN;
unsigned int type;
unsigned int emuObjFlags;
unsigned int security;
char *name;
};
Specifies the DN of the Directory entry that is being created to represent the bindery object.
Specifies the bindery object type.
Specifies the bindery object flags.
Specifies the bindery object security.
Specifies the name of the bindery object.