WLDAP32_ber_free(3w)
NAME
WLDAP32_ber_free (WLDAP32.@)
SYNOPSIS
void CDECL WLDAP32_ber_free ( BerElement* berelement, INT buf )
DESCRIPTION
Free a berelement structure.
PARAMS
berelement [In] Pointer to the berelement structure to be freed.
buf [In] Flag.
RETURNS
Nothing.
NOTES
Set buf to 0 if the berelement was allocated with ldap_first_attribute
or ldap_next_attribute, otherwise set it to 1.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/ber.c".