Retrieves the reference count on an ID type
Procedure:
Signature:
int H5Iget_type_ref( H5I_type_t type )
Parameters:
H5I_type_t type | IN: The identifier of the type whose reference count is to be retrieved |
Description:
H5I_GET_TYPE_REF retrieves the reference count on an ID type. The reference count is used by the library to indicate when an ID type can be destroyed.
The type
parameter is the identifier for the ID type whose reference count is to be retrieved. This identifier must have been created by a call to H5I_REGISTER_TYPE.
Returns:
Returns the current reference count on success, negative on failure.
Example:
--- Last Modified: April 25, 2019 | 12:09 PM