Contains a Security Equivalence Vector associated with a DSEvent.
typedef struct EVT_SEVInfo {
char *entryDN;
unsigned int retryCount;
char *valueDN;
int referralCount;
EVT_ReferralAddress *referrals;
};
Specifies the DN of the Directory object whose Security Equivalence Vector (SEV) is being checked.
Reserved
Specifies the DN of an object or group being checked.
Specifies the number of referrals in the referrals parameter.
Pointer to an array of EVT_ReferralAddress structures.