ber_bvecfree function
The ber_bvecfree function frees an array of berval structures.
Syntax
void ber_bvecfree(
_In_ PBERVAL *pBerVal
);
Parameters
- pBerVal [in]
-
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
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012