ULongptr datatype¶
Include: Built in; no package required.
ULongptr is a public DataFlex package alias for unsigned pointer-sized values.
Size¶
Same as the active target mapping: UInteger on 32 bit targets and UBigInt on 64 bit targets.
Range¶
Same as UInteger on 32 bit runtimes and same as UBigInt on 64 bit runtimes.
Example¶
ULongptr iValue
Move 0 to iValue
Notes¶
ULongptr is a DataFlex alias in the packages, not a separate storage family.