Expand Minimize
This topic has not yet been rated - Rate this topic

ber_free function

The ber_free function frees a BerElement structure that was previously allocated with ber_alloc_t, ber_init, or the ldap_first_attribute/ ldap_next_attribute search functions.

Syntax


void ber_free(
  _In_  BerElement *pBerElement,
  _In_  INT fbuf
);

Parameters

pBerElement [in]

Pointer to the BerElement structure to be deallocated.

fbuf [in]

Must be set to 0 if freeing structures allocated by ldap_first_attribute/ ldap_next_attribute, otherwise it must be set to 1.

Return value

None.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winber.h

Library

Wldap32.lib

DLL

Wldap32.dll

See also

Functions
BerElement
ber_alloc_t

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.