2.2.1.1 fTableFlags
The fTableFlags type represents a selector for component bitness in reads from and writes to certain tables. fTableFlags is an enumeration that MUST be one of the following values.
Flag |
Description |
---|---|
fTABLE_UNSPECIFIED 0x00000000 |
Bitness is unspecified by this value, either because bitness is not distinguished for the type of object being read or because it is specified through another mechanism. |
fTABLE_32BIT 0x00200000 |
32-bit component bitness. |
fTABLE_64BIT 0x00400000 |
64-bit component bitness. |