Scroll to navigation

WLDAP32_ber_skip_tag(3w) Wine API WLDAP32_ber_skip_tag(3w)

NAME

WLDAP32_ber_skip_tag (WLDAP32.@)

SYNOPSIS

ULONG CDECL WLDAP32_ber_skip_tag
(
BerElement* berelement,
ULONG* len
)
 

DESCRIPTION

Skip the current tag and return the tag of the next element.
 

PARAMS

berelement [In] Pointer to a berelement structure.
len [Out] Receives the length of the skipped element.
 

RETURNS

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

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