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
-
self | The Connection State. This must not be NULL. |
- Returns
- The new DOFConnection, or NULL if one could not be created.