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


Chapter 11 Name Server Lookup : tibemsLookupContext : tibemsLookupContext_CreateExternal

tibemsLookupContext_CreateExternal
Function
Purpose
Create a new LDAP lookup context object.
C Declaration
tibems_status tibemsLookupContext_CreateExternal(
    tibemsLookupContext* context,
    tibemsLookupParams lookupParams );
COBOL Call
CALL "tibemsLookupContext_CreateExternal"
USING BY REFERENCE context,
BY VALUE lookupParams,
RETURNING tibems-status
END-CALL.
 
context and lookupParams have usage pointer.
Parameters
 
See Also
tibemsLookupContext_Create on page 323
tibemsLookupParams on page 329
tibemsLookupParams_Create on page 330
tibemsLookupParams_Destroy on page 331

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