Terminates access to an event set
Procedure:
Signature:
herr_t H5ESclose( hid_t es_id )
Parameters:
hid_t es_id | IN: Identifier of an event set to terminate access to |
Description:
H5ES_CLOSE terminates access to 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:24 PM