WLDAP32_ber_alloc_t.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

WLDAP32_ber_alloc_t (WLDAP32.@)

SYNOPSIS

BerElement * CDECL WLDAP32_ber_alloc_t
 (
  INT options
 )

DESCRIPTION

Allocate a berelement structure.

PARAMS

options [In] Must be LBER_USE_DER.

RETURNS

Success: Pointer to an allocated berelement structure.

Failure: NULL.

NOTES

Free the berelement structure with ber_free.

IMPLEMENTATION

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

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