Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5T_GET_CREATE_PLIST

Returns a copy of a datatype creation property list

Procedure:

H5T_GET_CREATE_PLIST (dtype_id)

Signature:

hid_t H5Tget_create_plist( hid_t dtype_id )

Parameters:
hid_t dtype_id    IN: Datatype identifier

Description:

H5T_GET_CREATE_PLIST returns a property list identifier for the datatype creation property list associated with the datatype specified by dtype_id.

The creation property list identifier should be released with H5P_CLOSE .

Returns:

Returns a datatype property list identifier if successful; otherwise returns a negative value.

Example:

Coming Soon!

History:
Release    Change
1.8.0Function introduced in this release.

--- Last Modified: May 16, 2019 | 09:24 AM