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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_PrintToBuffer

tibemsConnectionFactory_PrintToBuffer
Function
Purpose
Print the parameters set in a connection factory object to a buffer.
C Declaration
extern tibems_status tibemsConnectionFactory_PrintToBuffer(
    tibemsConnectionFactory factory,
    char* buffer,
    tibems_int maxlen);
COBOL Call
CALL "tibemsConnectionFactory_PrintToBuffer"
     USING BY VALUE factory,
           BY REFERENCE buffer,
           BY VALUE maxlen
           RETURNING tibems-status
END-CALL.
 
 
factory has usage pointer.
Parameters
 
See Also
tibemsConnectionFactory_Print on page 269

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