Create a DOFSystemConfigBuilder using a DOFSystemState as a template.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFSystemConfigBuilder_Destroy or DOFSystemConfigBuilder_BuildAndDestroy.
- Parameters
-
self | The DOFSystemState to use as a template. Should not be NULL . |
- Returns
- a DOFSystemConfigBuilder capable of creating a DOFSystemConfig equivalent to self
- Return values
-
NULL | self is NULL or unable to acquire the necessary resources to create the DOFSystemConfigBuilder |