IDA C++ SDK 9.2
|
Descriptor of information stored in a netnode. More...
#include <cvt64.hpp>
Public Attributes | |
nodeidx_t | node |
netnode id | |
int | tag |
nodeidx_t | exact_alt |
The index described by the descriptor. |
Descriptor of information stored in a netnode.
Each NETNODE+TAG require a separate descriptor. One descriptor can be used for a single index or for all indexes. This description is used by cvt64_node_supval_for_event() to convert netnode data.
nodeidx_t cvt64_node_tag_t::node |
netnode id
int cvt64_node_tag_t::tag |
nodeidx_t cvt64_node_tag_t::exact_alt |
The index described by the descriptor.
For all indexes of the given tag, set EXACT_ALT to 0. For a single index, set EXACT_ALT to the index. If the index to convert is zero, also set CVT64_ZERO_IDX. Note: Place descriptors with EXACT_ALT above all other descriptors in the table.