Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ber_bvecfree function (winber.h)
The ber_bvecfree function frees an array of berval structures.
Syntax
WINBERAPI VOID BERAPI ber_bvecfree(
[in] PBERVAL *pBerVal
);
Parameters
[in] pBerVal
Pointer to a NULL-terminated array of berval structures to be deallocated.
Return value
None.
Remarks
Use this function only to free an array of berval structures returned by ber_scanf with the V character included in the format string.
An application should not call this function to free a berval structures that it has 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
Feedback
Was this page helpful?
