Directory Services
LDAPS_CLOSECloses a connection to an LDAP server. SyntaxCALL LDAPS_CLOSE(lHandle, rc);
DetailsWhen invoked, the LDAPS_CLOSE CALL routine closes the connection to the LDAP server. All resources associated with the connection are freed; therefore, any valid search handles associated with this connection will no longer be valid. ExampleThe following example closes an open connection to an LDAP server. call ldaps_close(lHandle, rc); |