|
Create a new Structure Type.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFType_Destroy.
- Parameters
-
fieldCount | The number of fields in the Structure. |
fields | An array of DOFTypes, representing the field types for the Structure. This must not be NULL if fieldCount > 0. |
- Returns
- The new DOFType, or NULL if it could not be created.
|