ldap_getnextfilter() function retrieves the next filter that is appropriate for a given value. Call this function to get subsequent filters after calling ldap_getfirstfilter(). For more information, see "Retrieving Filters" on page 161.
#include <ldap.h>
LDAPFiltInfo * ldap_getnextfilter( LDAPFiltDesc *lfdp );
lfdp |
Pointer to an |
LDAPFiltInfo structure. ldap_getfirstfilter().
ldap_getfirstfilter().
Last Updated: 10/01/98 17:06:23