NAME

WLDAP32_ber_free  (WLDAP32.@)

SYNOPSIS

 void CDECL  WLDAP32_ber_free
 (
  BerElement* berelement,
  INT         buf
 )

DESCRIPTION

Free a berelement structure.

PARAMS

berlement [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 "dlls/wldap32/ber.c". source.winehq.org/source/dlls/wldap32/ber.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.