OpenDOF Project
DOFServerConfigBuilder DOFServerConfigBuilder_Create_Config ( DOFServerConfig  config)

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

Resource Management:
This function allocates resources that must later be freed by calling DOFServerConfigBuilder_Destroy or DOFServerConfigBuilder_BuildAndDestroy.
Parameters
configThe existing Server Configuration. This must not be NULL.
Returns
A new DOFServerConfigBuilder.
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