|
IDA C++ SDK 9.2
|
Variables | |
| const type_t | BT_PTR = 0x0A |
| pointer. | |
| const type_t | BTMT_DEFPTR = 0x00 |
| default for model | |
| const type_t | BTMT_NEAR = 0x10 |
| near | |
| const type_t | BTMT_FAR = 0x20 |
| far | |
| const type_t | BTMT_CLOSURE = 0x30 |
| closure. | |
Pointers to undeclared yet BT_COMPLEX types are prohibited
| const type_t BT_PTR = 0x0A |
pointer.
has the following format: [db sizeof(ptr)]; [tah-typeattrs]; type_t...
| const type_t BTMT_DEFPTR = 0x00 |
default for model
| const type_t BTMT_NEAR = 0x10 |
near
| const type_t BTMT_FAR = 0x20 |
far
| const type_t BTMT_CLOSURE = 0x30 |
closure.