LDAP Directory Entry Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the LDAP directory entry functions with a description of the purpose of each.
Programming element | Description |
---|---|
This function initiates an asynchronous add operation to a tree. For an add operation to succeed, the parent of the entry being added must already exist or the parent must be empty (equal to the distinguished name of the root). |
|
This function initiates an asynchronous add operation to a tree. The parent of the entry being added must already exist or the parent must be empty (equal to the distinguished name of the root) for an add operation to succeed. |
|
This function initiates a synchronous add operation to a tree. For an add operation to succeed, the parent of the entry being added must already exist or the parent must be empty (equal to the distinguished name of the root). |
|
This function initiates a synchronous add operation that adds an entry to a tree. The parent of the entry being added must already exist or the parent must be empty (equal to the root distinguished name) for an add operation to succeed. |
|
This function ends a request that was made by a call to the ldap_extended_operation function. |
|
This function determines whether an attribute for a given entry holds a known value. |
|
This function determines whether an attribute for a given entry holds a known value. |
|
This function determines whether an attribute for a given entry holds a known value. |
|
This function determines whether an attribute for a given entry holds a known value. |
|
This function deletes an entry from the directory tree. |
|
This function is an extended routine that removes a leaf entry from the directory tree. |
|
This function is an extended routine that performs a synchronous operation to remove a leaf entry from the directory tree. |
|
This function is a synchronous operation that removes a leaf entry from the directory tree. |
|
This function allows you to pass extended LDAP operations to the server. |
|
This function changes an existing entry. |
|
This function changes an existing entry. |
|
This function changes an existing entry. |
|
This function changes an existing entry. |
|
This function starts an asynchronous operation that changes the distinguished name of an entry in the directory. This function is available beginning with LDAP 3. |
|
This function is a synchronous operation that changes the distinguished name of an entry in the directory. This function is available beginning with LDAP 3. |