WLDAP32_ber_bvdup.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/ber.c".