VariableInformationFlags (GVL)ΒΆ

InOut:

Scope

Name

Type

Initial

Comment

Constant

VIF_COMPLETE_ACCESS

WORD

16#1

Complete access to this node, e.g. for array access

VIF_DONT_MODIFY_OFFSET

WORD

16#2

Internally used for resolving struct members

VIF_BITACCESS

WORD

16#4

A bit access is requested, e. g. for a direct address like %IX0.0

VIF_SPLIT_HUGE_VARIABLES

WORD

16#8

Allow to read/write only a part of the requested variable

VIF_CLIENT_ADDRESS_RESOLUTION

WORD

16#10

Address/offset/size was resolved by client

VIF_NATIVE_SIZE

WORD

16#20

VarAccGetSize3() should return native size instead of (client) size

VIF_EXTENDED_INFORMATION

WORD

16#40

Obsolete, not used anymore

VIF_EXECUTABLE_MEMBER

WORD

16#80

Member is executable, since V3.5.11.0