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 use with get_strlit_type_info

Macros

#define PSTF_TNORM   0x00
 use normal name
 
#define PSTF_TBRIEF   0x01
 use brief name (e.g., in the 'Strings' window)
 
#define PSTF_TINLIN   0x02
 use 'inline' name (e.g., in the structures comments)
 
#define PSTF_TMASK   0x03
 type mask
 
#define PSTF_HOTKEY   0x04
 have hotkey markers part of the name
 
#define PSTF_ENC   0x08
 if encoding is specified, append it
 
#define PSTF_ONLY_ENC   0x0B
 generate only the encoding name
 
#define PSTF_ATTRIB   0x10
 generate for type attribute usage
 

Detailed Description