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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: