The H5T_ENUM_NAMEOF function retrieves the name of a member of an enumeration datatype corresponding to the specified value.
            Syntax
            Result = H5T_ENUM_NAMEOF(Datatype_id, Value)
            Return Value
            Returns a string containing the name that corresponds to the specified value.
            Arguments
            Datatype_id
            A long integer containing the identifier of the enumeration datatype.
            Value
            An integer containing the value of the datatype member for which the name should be returned.
            Keywords
            None
            Version History
            
            See Also
            H5T_ENUM_CREATE, H5T_ENUM_VALUEOF