IDA SDK
Apply tinfo flags

Detailed Description

passed as 'flags' parameter to apply_tinfo()

Macros

#define TINFO_GUESSED   0x0000
 this is a guessed type
 
#define TINFO_DEFINITE   0x0001
 this is a definite type
 
#define TINFO_DELAYFUNC   0x0002
 if type is a function and no function exists at ea, schedule its creation and argument renaming to auto-analysis, otherwise try to create it immediately
 
#define TINFO_STRICT   0x0004
 never convert given type to another one before applying