T_HashTableEntry
Ein Hash-Tabellen-Eintrag/Element.
TYPE T_HashTableEntry :
STRUCT
key : DWORD := 0;(* Entry key *)
value : PVOID := 0;(* Entry value *)
END_STRUCT
END_TYPE
key: Schlüssel (32 Bit vorzeichenlose Zahl oder auch 32 Bit Pointer).
value: Wert (32/64 Bit vorzeichenlose Zahl oder auch Pointer sind möglich).
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS-Bibliotheken (Kategoriegruppe) |
---|---|---|
TwinCAT v3.1.0 | PC oder CX (x86, x64, ARM) | Tc2_Utilities (System) |