Pointer datatype¶
Include: Built in; no package required.
Pointer stores a pointer or memory value in DataFlex.
Size¶
Pointer-sized runtime storage.
Range¶
Unsigned pointer-sized values for the active target.
Example¶
Pointer pData
Move 0 to pData
Notes¶
Use Pointer for memory values that must be passed through APIs expecting the Pointer keyword.