ber_bvfree function (winber.h)

The ber_bvfree function frees a berval structure.

Syntax

WINBERAPI VOID BERAPI ber_bvfree(
  [in] BERVAL *pBerVal
);

Parameters

[in] pBerVal

Pointer to the berval structure to be deallocated.

Return value

None.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header winber.h
Library Wldap32.lib
DLL Wldap32.dll

See also

Functions

berval