State.ReaStatusMaskeStd
ReaStatusMaskeStd() As Long
|
ED
|
avaliable
|
RT
|
read only
|
Remarks
Has to be set properly, if the bit in the ReaStatusStd DWORD
should be adhered. Otherwise it will be ingored.
e.g. I-BIT should be checked →
ReaStatusMaskeStd =
&H40000
Hint: If a state bit should be checked, the corresponding
mask is always the hex value of the state bit.
The table with the state bits and the hex values can be found in
the ReaStatusStd part.
In order to check several state bits,
the single masks have to be combined by ORing (logical
OR).
e.g. ReaStatusMaskeStd = &H4
Or &H10 'ST_M3 + ST_M5
will be checked
See Also
State