Creates a new DOFOperationBridgeConfigBuilder from a given DOFOperationBridgeConfig.
The new DOFOperationBridgeConfigBuilder's initial configuration parameters will match those in the given DOFOperationBridgeConfig.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFOperationBridgeConfigBuilder_Destroy or DOFOperationBridgeConfigBuilder_BuildAndDestroy.
- Parameters
-
config | The DOFOperationBridgeConfig whose configuration parameters to copy when creating the new builder. Should not be NULL . |
- Returns
- a new DOFOperationBridgeConfigBuilder, or NULL for error.