SAS Institute. The Power to Know

SAS(R) 9.2 Integration Technologies: Directory Services Reference

Previous Page | Next Page

LDAP CALL Routine Interface

LDAPS_FREE



Frees search resources
Syntax
Arguments
Details

Syntax

CALL LDAPS_FREE(sHandle, rc);

Arguments

sHandle

specifies the search handle that is returned by the LDAPS_SEARCH CALL routine. The search handle identifies the entry list that is returned in the search.

Type: Numeric
Direction: Input
rc

receives a return code that indicates success or failure.

Type: Numeric
Direction: Output

Details

When invoked, the LDAPS_FREE CALL routine frees all resources that are associated with the specified search handle. The resources that are freed include all returned entry and attribute information, as shown in the following example:

call ldaps_free(sHandle, rc);

Previous Page | Next Page | Top of Page