Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapSearchScope

tibemsLookupParams_SetLdapSearchScope
Function
Purpose
Set the LDAP search scope.
C Declaration
tibems_status tibemsLookupParams_SetLdapSearchScope(
    tibemsLookupParams lparams,
    const char* scope );
COBOL Call
CALL "tibemsLookupParams_SetLdapSearchScope"
USING BY VALUE lparams,
BY REFERENCE scope,
RETURNING tibems-status
END-CALL.
 
lparams has usage pointer.
Parameters
 
Remarks
This parameter is required for all LDAP lookup operations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved