State.ReaStatusMaskeExt



ReaStatusMaskeExt() As Long
ED
avaliable
RT
read only

Remarks

Has to be set properly, if the bit in the ReaStatusExt DWORD should be adhered. Otherwise it will be ingored.

e.g. PN_BIT should be checked → ReaStatusMaskeExt = &H40

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 ReaStatusExt part.

In order to check several state bits, the single masks have to be combined by ORing (logical OR).

e.g. ReaStatusMaskeExt = &H40 Or &H1000 'PN_BIT + BL_BIT are checked

See Also

State