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
Flags for get_chooser_rows().

Macros

#define GCRF_HIGH_BIT   (0x8000000000000000ULL)
 
#define GCRF_HEADER   (GCRF_HIGH_BIT | 0)
 Return header texts.
 
#define GCRF_SELECTION   (GCRF_HIGH_BIT | 1)
 Return selected rows.
 
#define GCRF_CURRENT   (GCRF_HIGH_BIT | 2)
 Return the current row.
 
#define GCRF_ALL   (GCRF_HIGH_BIT | 3)
 Return all rows.
 

Detailed Description