This structure defines the information about a symbol.
Elements of struct LogicSymbolInformation
Type | Element | Description. |
---|---|---|
LogicType | type | Type of symbol. |
LogicType | subType | Type of symbol if 'type' equal TYPE_ARRAY. |
LONG | dataSize | Size of symbol (bytes). |
LONG | numElements | Number of elements if 'type' equal MLPI_LOGIC_TYPE_ARRAY or MLPI_LOGIC_TYPE_USERDEF |
LONG | dimension | Dimension of array if 'type' equal MLPI_LOGIC_TYPE_ARRAY. |
LogicArrayRange | range | Range of a dimension of array if 'type' equal MLPI_LOGIC_TYPE_ARRAY. |
LogicSymbolAccessRights | accessRights | Access rights to symbol. |
Definition at line 187 of file ILogic.idl.