OpenDOF Project
DOFType DOFValueBLOBType_Create ( uint32  minLength,
uint32  maxLength 
)

Create a new BLOB Type.

Resource Management:
This function allocates resources that must later be freed by calling DOFType_Destroy.

If the minSize and maxSize are the same, a fixed-size BLOB type is created. Otherwise, a variable-size BLOB is created.

Parameters
minLengthThe minimum size of this type, in bytes. This should be less than maxLength.
maxLengthThe maximum size of this type, in bytes. This should be greater than minLength.
Returns
The new DOFType, or NULL if it could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22