OpenDOF Project
DOFConnectionConfigBuilder DOFConnectionConfigBuilder_Create_State ( DOFConnectionState  state)

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
stateThe State of an existing Connection. This must not be NULL.
Returns
A new DOFConnectionConfigBuilder.
Exceptions
NULLis returned if a connection configuration builder could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22