WLDAP32_ber_scanf (WLDAP32.@)
INT CDECL WLDAP32_ber_scanf ( BerElement* berelement, PCHAR fmt, ... )
Decode a berelement structure.
berelement | [In/Out] | Pointer to a berelement structure. |
fmt | [In] | Format string. |
... | [In] | Pointers to values to be decoded. |
Success: Non-negative number.
Failure: LBER_ERROR.
berelement must have been allocated with ber_init. This function can be called multiple times to decode data.
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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.