tibemsLookupParams_SetLdapServerUrl


Function

Purpose

Set the LDAP server URL.

C Declaration

tibems_status tibemsLookupParams_SetLdapServerUrl( 
    tibemsLookupParams lparams, 
    const char* url); 

COBOL Call

CALL "tibemsLookupParams_SetLdapServerUrl" 
     USING BY VALUE lparams, 
           BY REFERENCE url, 
           RETURNING tibems-status 
END-CALL. 

lparams has usage pointer.

Parameter
Description
lparams
Set the property in this parameter object.
url
Set the property to this URL.

Remarks

This parameter is required for all LDAP lookup operations.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com