Scroll to navigation

WLDAP32_ber_bvdup(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wldap32/ber.c".
Oct 2012 Wine API