typedef struct { GB_TYPE type; void *value; long _reserved[2]; } GB_OBJECT;
This structure represents any Object Gambas value.
Object