CreateRangePool (FUN)ΒΆ
FUNCTION CreateRangePool : IRangePool
Creates a pool for IRange instances in the specified memory space
- InOut:
Scope
Name
Type
Initial
Comment
Return
CreateRangePoolInput
pbyPoolPOINTER 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 pool.This size must not be smaller thanSIZEOF(_RangePool), because it includes an instance of_RangePool(FB)usiExtensionFactorUSINT0
Optional extension factor of the IRangePool instanceOutput
eErrorID