Scroll to navigation

WLDAP32_ber_flatten(3w) Wine API WLDAP32_ber_flatten(3w)

NAME

WLDAP32_ber_flatten (WLDAP32.@)

SYNOPSIS

INT CDECL WLDAP32_ber_flatten
(
BerElement* berelement,
PBERVAL* berval
)
 

DESCRIPTION

Flatten a berelement structure into a berval structure.
 

PARAMS

berelement [In] Pointer to a berelement structure.
berval [Out] Pointer to a berval structure.
 

RETURNS

Success: 0
Failure: LBER_ERROR.
 

NOTES

Free the berval structure 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