Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awCopy | awCopyDescriptor
 
awCopyDescriptor
BrokerConnectionDescriptor awCopyDescriptor(
BrokerConnectionDescriptor desc);
desc
The descriptor to copy.
Returns a copy of the connection descriptor, desc. The caller is responsible for calling awDeleteDescriptor on the return value.
This function returns NULL if memory cannot be allocated or if desc is invalid.
See also: