H5Tget_create_plist
(
hid_t dtype_id
)
H5Tget_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
H5Pclose
.
hid_t dtype_id
|
IN: Datatype identifier. |
Release | C |
1.8.0 | Function introduced in this release. |