Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A BerElement structure is a C++ class object that performs basic encoding rules (BER) encoding.
Syntax
typedef struct berelement {
PCHAR opaque;
} BerElement;
Members
opaque
Pointer to an opaque buffer. Do not attempt to access it.
Remarks
This is an opaque data structure that the ldap_first_attribute function allocates and returns to indicate the current position during a traversal of an attribute list. Pass the pointer to this structure to the ldap_next_attribute function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | winldap.h |