ldap_event_free

Frees data allocated by the ldap event functions.

LDAP Version:v2 or higher
Library:*ldapsdk.*
NDS Version:7.xx or higher
Platform:NLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UX

Syntax

  #include <ldap.h>
  
  int ldap_event_free (
     void    *eventData);
  
  

Parameters

eventData

(IN) Pointer to event data allocated by ldap_parse_monitor_events_response, ldap_parse_ds_event, or a pointer to an array of NDSEventSpecifiers.

Return Values

LDAP_SUCCESS

Request was successfully sent

[Other value]

Non-zero codes indicate errors. See LDAP Return Codes for information.

See Also

ldap_monitor_events, ldap_parse_ds_event, ldap_parse_monitor_events_response