Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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() 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);

Index | Previous topic | Next topic