Scroll to navigation

WLDAP32_ber_alloc_t(3w) Wine API WLDAP32_ber_alloc_t(3w)

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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wldap32/ber.c".
Oct 2012 Wine API