Directory Services

ber_bvecfree

The ber_bvecfree function frees an array of berval structures.

void ber_bvecfree(
  PBERVAL* pBerVal
);

Parameters

pBerVal
[in] Pointer to a NULL-terminated array of berval structures to be deallocated.

Return Values

None.

Remarks

An application should not call this function to free a berval structures that it has 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