T_UINT128

Vorzeichenlose 128-Bit-Zahl.

Namensraum: Tc3_Collections
Bibliothek: Tc3_Collections (Tc3_Collections.compiled-library)

Syntax

TYPE T_UINT128 :
STRUCT
    Lo : LWORD;
    Hi : LWORD;
END_STRUCT
END_TYPE

Komponenten

Name

Typ

Beschreibung

Lo

LWORD

Untere Bytes.

Hi

LWORD

Obere Bytes.