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 defined in a Wine header. The function is either undocumented, or
missing from Wine.
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/ber.c".