CreateStringPool (FUN)ΒΆ
FUNCTION CreateStringPool : IStringPool
Creates a pool for IString instances in the specified memory space
The size of the strings is specified via
udiStringSize- InOut:
Scope
Name
Type
Initial
Comment
Return
CreateStringPoolInput
udiStringSizeUDINTpbyPoolPOINTER TO BYTE
Pointer to the first byte of the memory.This address should aligned to a__XWORDboundary!udiPoolSizeUDINTSize of the allocated memory for the range.This size must not be smaller thanSIZEOF(_StringPool), because it includes an instance of_StringPool(FB)usiExtensionFactorUSINT0
Optional extension factor of the IStringPool instanceOutput
eErrorID