H5Tenum_valueof

fnherr_t H5Tenum_valueof(hid_t type, const char * name, void * value)

Returns the value corresponding to an enumeration member name.

Parameters

typeEnumeration datatype identifier
nameSymbol name of the enumeration member
valueBuffer to receive the enumeration value

Returns

Non-negative on success, negative on failure.