herr_t H5Pget_virtual_count(
hid_t dcpl_id,
size_t *count
)
H5Pget_virtual_count
gets the number of mappings for
a virtual dataset that has the creation property list specified by
dcpl_id
.
hid_t
dcpl_id |
|
IN: The identifier of the virtual dataset creation property list. |
size_t *count |
|
OUT: The number of mappings. |
Release | Change |
1.10.0 | C function introduced with this release. |