Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldap_getnextfilter()

The 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.

Syntax

#include <ldap.h>
LDAPFiltInfo * ldap_getnextfilter( LDAPFiltDesc *lfdp );

Parameters

This function has the following parameters:

lfdp

Pointer to an LDAPFiltDesc structure.

Returns

One of the following values:

Example

See the example under ldap_getfirstfilter().

See Also

ldap_getfirstfilter().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23