Create a connection configuration builder, given an existing connection state.
- Note
- This call will not use the credentials, bridge, domains, or filters from the connection from which the connection state originated.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFConnectionConfigBuilder_Destroy or DOFConnectionConfigBuilder_BuildAndDestroy.
- Parameters
-
state | The State of an existing Connection. This must not be NULL. |
- Returns
- A new DOFConnectionConfigBuilder.
- Exceptions
-
NULL | is returned if a connection configuration builder could not be created. |