|
Create a new DOFValueStructure from a list of DOFValue fields.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFValue_Destroy.
- Parameters
-
fieldCount | The number of fields in the structure. This may be 0, and should be less than 32768. |
fields | The array of DOFValue fields to put in the DOFValueStructure. This must not be NULL if fieldCount > 0. |
- Returns
- A new DOFValueStructure containing the given fields.
- Exceptions
-
NULL | is returned if insufficient resources are available to create the DOFValueStructure, or fields is NULL. |
|