fonction ber_free (winber.h)
La fonction ber_free libère une structure BerElement précédemment allouée avec des fonctions de recherche ber_alloc_t, ber_init ou ldap_first_attribute/ ldap_next_attribute .
Syntaxe
WINBERAPI VOID BERAPI ber_free(
[in] BerElement *pBerElement,
[in] INT fbuf
);
Paramètres
[in] pBerElement
Pointeur vers la structure BerElement à libérer.
[in] fbuf
Doit être défini sur 0 si les structures de libération allouées par ldap_first_attribute/ ldap_next_attribute, sinon, il doit être défini sur 1.
Valeur retournée
Aucun.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2008 |
Plateforme cible | Windows |
En-tête | winber.h |
Bibliothèque | Wldap32.lib |
DLL | Wldap32.dll |