#include <ldap.h>
int ldap_parse_entrychange_control( LDAP *ld,
LDAPControl **ctrls, int *chgtypep, char **prevdnp,
int *chgnumpresentp, long *chgnump );
LDAP_SUCCESS if successful. LDAP_NO_MEMORY if memory cannot be allocated. LDAP_DECODING_ERROR if an error occurred when BER-decoding the control. ldap_parse_entrychange_control() function to parse an entry returned from a persistent search operation and retrieve an entry change control.
Call this function after receiving an entry from a persistent search and retrieving the controls from the entry (call ldap_get_entry_controls() to get the controls).
ldap_create_persistentsearch_control(), ldap_get_entry_controls().
Last Updated: 10/01/98 17:06:23