Initial Release 6

Function : Basic Encoding Rules; LDAP
ber_alloc_t - Constructs and returns a BerElement structure.
----------------------------------------------------------------------------------------------------------

#include <lber.h>

BerElement * LNPUBLIC ber_alloc_t(
int options);

Description :

This routine constructs and returns a BerElement structure. The NULLBER pointer is returned on error. The options field contains a bitwise-or of options which are to be used when generating the encoding of this BerElement. Unrecognized option bits are ignored.
Parameters :

See Also :

BerElement
----------------------------------------------------------------------------------------------------------