Retrieves number of events in an event set
Procedure:
H5ES_GET_COUNT (es_id, count)
Signature:
herr_t H5ESget_count( hid_t es_id, size_t *count )
Parameters:
hid_t es_id | IN: Identifier of an event set |
size_t *count
| OUT: The number of events in the event set |
Description:
H5ES_GET_COUNT retrieves number of events in an event set specified by es_id
.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
See Also:
History:
Release | Change |
---|
1.13.0 | C function introduced in this release. |
--- Last Modified: December 20, 2020 | 11:27 PM