Scroll to navigation

WLDAP32_ber_scanf(3w) Wine API WLDAP32_ber_scanf(3w)

NAME

WLDAP32_ber_scanf (WLDAP32.@)

SYNOPSIS

INT CDECL WLDAP32_ber_scanf
(
BerElement* berelement,
PCHAR fmt,
 

DESCRIPTION

Decode a berelement structure.
 

PARAMS

berelement [In/Out] Pointer to a berelement structure.
fmt [In] Format string.
 

RETURNS

Success: Non-negative number.
Failure: LBER_ERROR.
 

NOTES

berelement must have been allocated with ber_init. This function can be called multiple times to decode 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