LDAP_FREE_LIMIT_NUM_VALUES_RESPONSE

Use the LDAP_FREE_LIMIT_NUM_VALUES_RESPONSE API or LDAP routine for freeing an LDAPNumValuesResponse structure.

Synopsis

 #include ldap.h
	
		void ldap_free_limit_num_values_response(
						LDAPNumValuesResponse **numValuesResponse);

Input parameters

numValuesResponse
Specifies the address of a pointer to an LDAPNumValuesResponse structure to free. The structure is freed and the pointer is set to NULL.

Usage

The ldap_free_limit_num_values_response routine is used for freeing an LDAPNumValuesResponse structure.

See also

ldap_parse_limit_num_values_response