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: