EVT_BinderyObjectInfo

Contains information about a bindery object associated with an event.

Structure

  typedef struct EVT_BinderyObjectInfo {
     char          *entryDN;
     unsigned int   type;
     unsigned int   emuObjFlags;
     unsigned int   security;
     char          *name;
  };
  

Fields

entryDN

Specifies the DN of the Directory entry that is being created to represent the bindery object.

type

Specifies the bindery object type.

emuObjFlags

Specifies the bindery object flags.

security

Specifies the bindery object security.

name

Specifies the name of the bindery object.