FROM_MEMORY (FUN)ΒΆ
FUNCTION FROM_MEMORY : IString
Returns an IString instance out of a desired memory
- InOut:
Scope
Name
Type
Initial
Comment
Return
FROM_MEMORYInput
pbyMemoryPOINTER TO BYTE
Pointer to the first byte of memory block
udiSizeUDINTSize of the memory block in bytes. In case of UTF16 the size must be a straight number because UTF16 is based on WORDs.
eEncodingENCODING.UTF8
Type of encoding, default value is utf8
itfStringResult, in the end the same instance like return value of this function
Output
eErrorIDCheck error output value for better diagnostics