The H5T_VLEN_CREATE function creates a variable length array datatype object.
Result = H5T_VLEN_CREATE(Datatype_id)
Returns a long integer containing the identifier of the new variable length array datatype.
Note: Datatype identifiers created by this function should be released with H5T_CLOSE.
A long integer containing the datatype identifier to use when creating the variable length array datatype. All elements of the array will be of this datatype.
None
6.3 |
Introduced |