| ldapAbandon | Abandons an asynchronous search request. | [ ldapAbandon ] |
| ldapAddW | Adds a entry to a directory tree. | [ ldapAddW ] |
| ldapBind | Creates an association between an LDAP client application and an LDAP-compliant server, and optionally provides identification information about the user requesting the look-up. | [ ldapBind ] |
| ldapCountEntries | Counts and returns the number of directory entries in an entry chain created by a call to the ldapSearchW function. | [ ldapCountEntries ] |
| ldapDelete | Frees memory and removes any remaining context after an unsuccessful call to the ldapUnBind function. | [ ldapDelete ] |
| ldapDeleteDNW | Deletes an entry from a directory tree by deleting its distinguished name. | [ ldapDeleteDNW ] |
| ldapErrorToText | Converts the numerical value of the last encountered error to a NULL-terminated character string. | [ ldapErrorToText ] |
| ldapExplodeDN | Returns a pointer to a character string containing the relative distinguished name of the directory entry. | [ ldapExplodeDN ] |
| ldapFirstAttribute | Returns the address of a character string that contains the the first attribute’s name from a directory entry’s attribute list. | [ ldapFirstAttribute ] |
| ldapFirstEntry | Returns the address of the first entry from an initialized chain of directory entries. | [ ldapFirstEntry ] |
| ldapGetDN | Returns the address of a directory entry’s distinguished name. | [ ldapGetDN ] |
| ldapGetValues | Returns an array of pointers (a vector) that point to attribute-value strings. | [ ldapGetValues ] |
| ldapGetValuesLen | Returns an array of pointers (a vector) that point to structures that contain the length and content of binary attribute values. | [ ldapGetValuesLen ] |
| ldapModifyW | Modifies an entry in a directory tree. | [ ldapModifyW ] |
| ldapModrdnW | Modifies a relative distinguished name. | [ ldapModrdnW ] |
| ldapMsgFree | Frees the memory used to store the chain of directory entries. | [ ldapMsgFree ] |
| ldapNextAttribute | Returns the address of a character string, which contains the next attribute name from a directory entry’s attribute list. | [ ldapNextAttribute ] |
| ldapNextEntry | Returns the address of the next entry in the chain of directory entries. | [ ldapNextEntry ] |
| ldapOpen | Initializes an LDAP handle, and, if successful, establishes a network connection to an LDAP-compliant server. | [ ldapOpen ] |
| ldapPoll | Determines wether an asynchronous request has completed. | [ ldapPoll ] |
| ldapSearchReqst | Conducts an asynchronous search through a directory tree. | [ ldapSearchReqst ] |
| ldapSearchReqstLim | Conducts an asynchronous search through a directory tree, and sets limitations on the search time and on the number of entries returned. | [ ldapSearchReqstLim ] |
| ldapSearchResult | Provides a chain of directory entries that met the search specification of an asynchronous search. | [ ldapSearchResult ] |
| ldapSearchW | Conducts a synchronous search through a directory tree. | [ ldapSearchW ] |
| ldapSearchWLim | Conducts a synchronous search through a directory tree, and sets limitations on the search time and on the number of entries returned. | [ ldapSearchWLim ] |
| ldapUnBind | Ends an association between and LDAP client and and LDAP-compliant server. | [ ldapUnBind ] |
| ldapValueFree | Frees the memory used to contain the array of pointers whose pointers point to attribute values. | [ ldapValueFree ] |