|
![]() |
![]() |
version 2003
PA_GetPointerKind (pointer) → PA_PointerKind
Parameter | Type | Description | |
pointer | PA_Pointer | → | The pointer to analyze |
Function result | PA_PointerKind | ← | Type of pointer |
Description
The routine
PA_GetPointerKind
returns the type of
pointer
.
NOTE
4th Dimension pointers are not standard C pointers. They are structures that tell 4D to what kind of data they point: a table, a field, or a variable (process or interprocess).
Since a pointer does not have the same definition and use in interpreted and compiled mode, the developer should use the accessors of this API.
PA_GetPointerKind
returns a value of type
PA_PointerKind
, defined in PublicTypes.h as: