função ldap_value_free_len (winldap.h)
O ldap_value_free_len libera estruturas berval que foram retornadas por ldap_get_values_len.
Sintaxe
WINLDAPAPI ULONG LDAPAPI ldap_value_free_len(
[in] berval **vals
);
Parâmetros
[in] vals
A estrutura a ser livre.
Retornar valor
Se a função for bem-sucedida, o valor retornado será LDAP_SUCCESS.
Se a função falhar, será exibido um código de erro. Consulte Valores retornados para obter mais informações.
Comentários
Chame ldap_value_free_len para liberar estruturas berval retornadas por ldap_get_values_len.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista |
Servidor mínimo com suporte | Windows Server 2008 |
Plataforma de Destino | Windows |
Cabeçalho | winldap.h |
Biblioteca | Wldap32.lib |
DLL | Wldap32.dll |