Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |