Last modified: 10 December 2015
Name: H5Itype_exists
Signature:
htri_t H5Itype_exists( H5I_type_t type )
Purpose:
Determines whether an identifier type is registered.
Description:
H5Itype_exists determines whether the given identifier type, type, is registered with the library.
Parameters:
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.
Fortran90 Interface:
None
History: