NAME

WLDAP32_ber_next_element  (WLDAP32.@)

SYNOPSIS

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

DESCRIPTION

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

PARAMS

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

RETURNS

Success: Tag of the next element.

Failure: LBER_DEFAULT (no more data).

NOTES

len and cookie are intitialised by ber_first_element and should be passed on in subsequent calls to ber_next_element.

IMPLEMENTATION

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 Jan 2008.