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