GB_TYPE
typedef
uintptr_t GB_TYPE;
This type represents a Gambas datatype identifier.
It can be a datatype constant specified in
Datatypes Constants, or a
GB_CLASS class identifier returned by a function like
GB.FindClass
transformed into
GB_TYPE
by a cast.
See also