H5Pget_shared_mesg_nindexes
(
hid_t fcpl_id
,
unsigned *nindexes
)
H5Pget_shared_mesg_nindexes
retrieves the
number of shared object header message indexes
in the specified file creation property list fcpl_id
.
If the value of nindexes
is 0
(zero),
shared object header messages are disabled in files created
with this property list.
hid_t fcpl_id
|
IN: File creation property list |
unsigned *nindexes
|
OUT: Number of shared object header message indexes available in files created with this property list |
Release | C |
1.8.0 | Function introduced in this release. |