WLDAP32_ber_printf.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

WLDAP32_ber_printf (WLDAP32.@)

SYNOPSIS

INT CDECL WLDAP32_ber_printf
 (
  BerElement* berelement,
  PCHAR       fmt,

DESCRIPTION

Encode a berelement structure.

PARAMS

berelement [In/Out] Pointer to a berelement structure.

fmt [In] Format string.

.. [In] Values to encode.

RETURNS

Success: Non-negative number.

Failure: LBER_ERROR.

NOTES

berelement must have been allocated with ber_alloc_t. This function can be called multiple times to append data.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/wldap32/ber.c".