Determines whether an identifier type is registered
Procedure:
Signature:
htri_t H5Itype_exists( H5I_type_t type )
Parameters:
H5I_type_t type | IN: Identifier type |
Description:
H5I_TYPE_EXISTS determines whether the given identifier type, type
, is registered with the library.
Returns:
Returns a positive value if the type is registered.
Returns 0 if the type is not registered.
Returns a negative value when the function fails.
Example:
History:
Release | Change |
---|
1.8.0 | Function introduced in this release. |
--- Last Modified: April 25, 2019 | 12:33 PM