ber_bvfree function
The ber_bvfree function frees a berval structure.
Syntax
void ber_bvfree(
_In_ BERVAL *pBerVal
);
Parameters
- pBerVal [in]
-
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
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: