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 size of enum
     enum_id - ID of enum
returns: number of constants in the enum
         Returns 0 if enum_id is bad.

long get_enum_size(long enum_id);

Index | Previous topic | Next topic