WLDAP32_ber_bvdup(3w)
NAME
WLDAP32_ber_bvdup (WLDAP32.@)
SYNOPSIS
BERVAL * CDECL WLDAP32_ber_bvdup
(
BERVAL* berval
)
DESCRIPTION
Copy a berval structure.
PARAMS
berval [In] Pointer to the berval structure to be copied.
RETURNS
Success: Pointer to a copy of the berval structure.
Failure: NULL.
NOTES
Free the copy with ber_bvfree.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/ber.c".