Compartilhar via


função ber_free (winber.h)

A função ber_free libera uma estrutura BerElement que foi alocada anteriormente com funções de pesquisa ber_alloc_t, ber_init ou ldap_first_attribute/ ldap_next_attribute .

Sintaxe

WINBERAPI VOID BERAPI ber_free(
  [in] BerElement *pBerElement,
  [in] INT        fbuf
);

Parâmetros

[in] pBerElement

Ponteiro para a estrutura BerElement a ser desalocada.

[in] fbuf

Deve ser definido como 0 se as estruturas de liberação alocadas por ldap_first_attribute/ ldap_next_attribute, caso contrário, ele deverá ser definido como 1.

Valor retornado

Nenhum.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows Vista
Servidor mínimo com suporte Windows Server 2008
Plataforma de Destino Windows
Cabeçalho winber.h
Biblioteca Wldap32.lib
DLL Wldap32.dll

Confira também

Berelement

Funções

ber_alloc_t