LDAP Search Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the LDAP search functions with a description of the purpose of each.
Programming element | Description |
---|---|
This function checks the syntax of a filter. |
|
This function counts the number of search entries that a server returned. |
|
This function counts the number of subordinate references that were returned by the server in a response to a search request. |
|
This function counts the number of values in a list. |
|
This function counts the number of values in a list. |
|
This function creates a simple control for paging results. |
|
This function formats a list of sort keys into a search control. |
|
This function converts raw binary data in a filter element to a safe text string that can be passed safely in a search filter. |
|
This function returns the first attribute for a given directory entry. |
|
This function returns the first entry of a message. |
|
This function returns the first reference from a message. |
|
This function returns the next page in a sequence of asynchronous paged search results. |
|
This function returns the next page in a sequence of synchronous paged search results. |
|
This function records the number of paged results that the server has returned for a search. |
|
This function retrieves the list of values of a given attribute. |
|
This function retrieves the list of values for a given attribute. |
|
This function returns the next attribute for a given entry. |
|
This function retrieves an entry from a search result chain. |
|
This function retrieves a reference from a search result chain. |
|
This function parses the results of an LDAP extended operation. |
|
This function parses the results of a search into pages. |
|
This function returns a list of subordinate referrals in a search response message. |
|
This function parses responses from the server and returns the appropriate fields. |
|
This function parses the sort control returned by the server. |
|
This function obtains the result of an asynchronous operation. |
|
This function searches the LDAP directory and returns a requested set of attributes for each entry matched. |
|
This function terminates a paged-results search. |
|
This function searches the LDAP directory and returns a requested set of attributes for each entry matched. |
|
This function searches the LDAP directory and returns a requested set of attributes for each entry matched. |
|
This function initializes a search block for a simple paged-results search. |
|
This function searches the LDAP directory and returns a requested set of attributes for each entry matched. |
|
This function searches the LDAP directory and returns a requested set of attributes for each entry matched. The function is identical to ldap_search_s, except that it takes an additional parameter that specifies a local time-out for the search. |