E_RegValueType

TYPE E_RegValueType :
(
    REG_NONE               := 0,    (* No value TYPE *)
    REG_SZ,                 (* Unicode nul terminated STRING *)
    REG_EXPAND_SZ,              (* Unicode nul terminated STRING (with environment variable references) *)
    REG_BINARY,                 (* Free form binary *)
    REG_DWORD,                  (* 32-bit number and REG_DWORD_LITTLE_ENDIAN (same as REG_DWORD) *)
    REG_DWORD_BIG_ENDIAN,           (* 32-bit number *)
    REG_LINK,                       (* Symbolic Link (unicode) *)
    REG_MULTI_SZ,               (* Multiple Unicode strings *)
    REG_RESOURCE_LIST,              (* Resource list in the resource map *)
    REG_FULL_RESOURCE_DESCRIPTOR,       (* Resource list in the hardware description *)
    REG_RESOURCE_REQUIREMENTS_LIST,     (* *)
    REG_QWORD                       (* 64-bit number and REG_QWORD_LITTLE_ENDIAN (same as REG_QWORD) *)
);
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v2.7.0, Build > 519

PC or CX (x86)

Standard.Lib; PLCSystem.Lib; TcPLCAds.Lib; PLCHelper.Lib; TcPlcUtilities.Lib

TwinCAT v2.8.0, Build >723

PC or CX (x86)

TcUtilities.Lib
( Standard.Lib; TcBase.Lib; TcSystem.Lib are included automatically )

TwinCAT v2.10.0 Build >= 1301

CX (ARM)