WLDAP32_ber_first_element (WLDAP32.@)
ULONG CDECL WLDAP32_ber_first_element ( BerElement* berelement, ULONG* len, CHAR** opaque )
Return the tag of the first element in a set or sequence.
berelement | [In] | Pointer to a berelement structure. |
len | [Out] | Receives the length of the first element. |
opaque | [Out] | Receives a pointer to a cookie. |
Success: Tag of the first element.
Failure: LBER_DEFAULT (no more data).
len and cookie should be passed to ber_next_element.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wldap32/ber.c". source.winehq.org/source/dlls/wldap32/ber.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.