The following parameters allow you to access search parameters through the parameter block.
Table 18–28 Search Function Parameters| Parameter ID | Data Type | Description | 
|---|---|---|
| int | Number of entries returned by the search. | |
| char ** | Array of attribute types to return in the search results. The asterisk, *, can be used to mean all real (non-virtual) attributes. | |
| int | Whether to return both attribute types and attribute values. 
 | |
| int | Method for handling aliases. | |
| Slapi_Filter * | Filter to be used for the search. | |
| struct berval ** | Array of URLs to other LDAP servers to which the client is referred. | |
| void * | Entry returned while iterating through the result set. You may cast this to Slapi_Entry. | |
| int | Scope of the search. | |
| int | Maximum number of entries to return in the search results. | |
| char * | String representation of the filter to be used for the search. | |
| char * | DN of base entry for the search. | |
| int | Maximum number of seconds to allow for the search. |