Directory Services
LDAPS_FREEFrees search resources. SyntaxCALL LDAPS_FREE(sHandle, rc);
DetailsWhen invoked, the LDAPS_FREE CALL routine frees all resources associated with the specified search handle. The resources freed include all returned entry and attribute information, as shown in the following example: call ldaps_free(sHandle, rc); |