OpenDOF Project
DOFServerConfigBuilder DOFServerConfigBuilder_Create_State ( DOFServerState  config)

Creates a server configuration builder, given an existing server state.

Resource Management:
This function allocates resources that must later be freed by calling DOFServerConfigBuilder_Destroy or DOFServerConfigBuilder_BuildAndDestroy.
Parameters
configThe existing Server state. This must not be NULL.
Returns
A new DOFServerConfigBuilder. This builder will not have any private data, and if the private data is needed it must be set before building this builder.
Exceptions
NULLis returned if a server configuration builder could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22