GB_POINTER

typedef struct { GB_TYPE type; intptr_t value; intptr_t _reserved[2]; } GB_POINTER;

This structure represents a Pointer Gambas value.

See also