Scroll to navigation

WLDAP32_ber_init(3w) Wine API WLDAP32_ber_init(3w)

NAME

WLDAP32_ber_init (WLDAP32.@)

SYNOPSIS

BerElement * CDECL WLDAP32_ber_init
(
BERVAL* berval
)
 

DESCRIPTION

Initialise a berelement structure from a berval structure.
 

PARAMS

berval [In] Pointer to a berval structure.
 

RETURNS

Success: Pointer to a berelement structure.
Failure: NULL.
 

NOTES

Call ber_free to free the returned berelement structure.
 

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