Scroll to navigation

WLDAP32_ber_first_element(3w) Wine API WLDAP32_ber_first_element(3w)

NAME

WLDAP32_ber_first_element (WLDAP32.@)

SYNOPSIS

ULONG CDECL WLDAP32_ber_first_element
(
BerElement* berelement,
ULONG* len,
CHAR** opaque
)
 

DESCRIPTION

Return the tag of the first element in a set or sequence.
 

PARAMS

berelement [In] Pointer to a berelement structure.
len [Out] Receives the length of the first element.
opaque [Out] Receives a pointer to a cookie.
 

RETURNS

Success: Tag of the first element.
Failure: LBER_DEFAULT (no more data).
 

NOTES

len and cookie should be passed to ber_next_element.
 

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