Directory Services

ber_bvfree

The ber_bvfree function frees a berval structure.

void ber_bvfree(
  BERVAL* pBerVal
);

Parameters

pBerVal
[in] Pointer to the berval structure to be deallocated.

Return Values

None.

Remarks

Applications should not call this function to free berval structures that they themselves have allocated.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Winber.h.
Library: Use Wldap32.lib.

See Also

Functions, berval