dsapi_referral.h
const DS_Referral * DS_Referral_GetNext(const DS_Referral *referral)
Get the next referral or continuation reference (if any) in a list of referrals.
const DS_Referral * DS_ReferralList_GetFirst(const DS_ReferralList *referral_list)
Get the first referral or continuation reference (if there is one) in a list of referrals.
DS_Status DS_ReferralAddress_GetBindAddress(const DS_ReferralAddress *referral_address, const char **address_p)
Get the bind address from the given DS_ReferralAddress.
DS_Status DS_ReferralAddress_GetDSADN(const DS_ReferralAddress *referral_address, const DS_DN **dn_p)
Get the DSA DN from the given DS_ReferralAddress.
DS_Status DS_Referral_GetTargetDN(const DS_Referral *referral, const DS_DN **dn_p)
Get the target DN from the given DS_Referral.
const DS_ReferralAddress * DS_Referral_GetFirstAddress(const DS_Referral *referral)
Get the first referral address from a DS_Referral.
Directory API type definitions and forward declarations of private types.
const DS_ReferralAddress * DS_ReferralAddress_GetNext(const DS_ReferralAddress *referral_address)
Get the next referral address (if any) in a list of referral addresses.