Builds a DOFConfig based on the parameters set in this DOFConfigBuilder and destroys the DOFConfigBuilder. 
- Resource Management:
 - This function allocates resources that must later be freed by calling DOFConfig_Destroy.
 
- Parameters
 - 
  
    | self | The DOFConfigBuilder to build a DOFConfig from. This must not be NULL. | 
  
   
- Returns
 - DOFConfig The configuration for a DOF. 
 
- Exceptions
 - 
  
    | NULL | if the configuration could not be built. The DOFConfigBuilder is still destroyed.  | 
  
   
- See Also
 - DOFConfigBuilder_Build 
 
- 
DOF_Create