IDA SDK
bits for get_...name() methods

Detailed Description

Enumerations

enum  { DTN_FULL_NAME = 0x00 , DTN_DISPLAY_NAME = 0x01 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DTN_FULL_NAME 

use long form of the entry name.

That name is unique.

DTN_DISPLAY_NAME 

use short, displayable form of the entry name.

for example, 'std::string' instead of 'std::basic_string<char, ...>'. Note that more than one "full name" can have the same displayable name.