herr_t H5Pget_chunk_opts(
hid_t dcpl_id,
unsigned *opts
)
H5Pget_chunk_opts
retrieves the edge chunk option setting stored in the
dataset creation property list dcpl_id
.
hid_t
dcpl_id |
|
IN: Dataset creation property list identifier |
unsigned opts |
|
OUT: Edge chunk option flag.
Valid values are described in
The option status can be retrieved using
the bitwise |
Release | Change |
1.10.0 | C function introduced with this release. |