# get\_enum\_member

get id of constant enum\_id - id of enum value - value of constant serial - serial number of the constant in the enumeration. See [op\_enum](https://docs.hex-rays.com/8.4/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/704)() for for details. bmask - bitmask of the constant ordinary enums accept only -1 as a bitmask returns: id of constant or -1 if error

long get\_enum\_member(long enum\_id, long value, long serial, long bmask);
