IBuilder.WriteMemSegment (METH) ¶ METHOD WriteMemSegment : UDINT Appends the contents of pbyMemory to the buffer. It returns the number of bytes written. InOut: Scope Name Type Initial Return WriteMemSegment UDINT Input pbyMemory POINTER TO BYTE udiSize UDINT eEncoding ENCODING ENCODING.UTF8 Output eErrorID ERROR
IBuilder.WriteRune (METH) ¶ METHOD WriteRune : UDINT Appends the UTF-8 encoding of Unicode code point diRune to the buffer. It returns the number of bytes written. InOut: Scope Name Type Return WriteRune UDINT Input diRune RUNE Output eErrorID ERROR
IBuilder.WriteString (METH) ¶ METHOD WriteString : UDINT Appends the contents of sValue to the buffer. It returns the number of bytes written. InOut: Scope Name Type Initial Comment Return WriteString UDINT Inout Const sValue STRING(255) Input itfCharmap ICharmap 0 Default: Windows-1252 Output eErrorID ERROR
IBuilder.WriteWString (METH) ¶ METHOD WriteWString : UDINT Appends the contents of wsValue to the buffer. It returns the number of bytes written. InOut: Scope Name Type Comment Return WriteWString UDINT Inout Const wsValue WSTRING(255) Encoding UCS-2 Output eErrorID ERROR
ICharmap (ITF) ¶ INTERFACE ICharmap EXTENDS __SYSTEM.IQueryInterface Methods: Decode Encode Structure: Decode (Method) Encode (Method)
ICharmap.Decode (METH) ¶ METHOD Decode : RUNE InOut: Scope Name Type Return Decode RUNE Input byCode BYTE Output eErrorID ERROR
ICharmap.Encode (METH) ¶ METHOD Encode : BYTE InOut: Scope Name Type Return Encode BYTE Input diRune RUNE Output eErrorID ERROR
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD InOut: Scope Name Type Return GetLibVersionNumber DWORD