Fetches the appropriate enumeration value for string
in the given enum type type
and stores the result in
enum_value
enum_type |
The enum type |
string |
The string containing the enum value or nick |
enum_value |
A return location to store the result |
|