OpenDOF Project
DOFConnection DOFConnectionState_CreateConnection ( const DOFConnectionState  self)

Create a connection based on a connection state.

This will create a new DOFConnection that is identical to one described by the state, including any related server or connection and using the same security scope.

Resource Management:
This function allocates resources that must later be freed by calling DOFConnection_Destroy.
Parameters
selfThe Connection State. This must not be NULL.
Returns
The new DOFConnection, or NULL if one could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22