table of contents
other versions
- wheezy 1.4.1-4
WLDAP32_ber_free(3w) | Wine API | 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 declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/wldap32/ber.c".Oct 2012 | Wine API |