ber_bvdup function
The ber_bvdup function creates a copy of the supplied berval structure.
Syntax
BERVAL* ber_bvdup( _In_ BERVAL *pBerVal );
Parameters
- pBerVal [in]
-
Pointer to the source berval structure.
Return value
If the function succeeds, the return value is a pointer to the newly allocated berval structure.
If the function fails, it returns a NULL pointer.
Remarks
The allocated berval should be freed with ber_bvfree.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: