GB.StoreObject
Syntax
void GB.StoreObject ( GB_OBJECT *src , char **dst )
Store a Gambas object reference into memory.
- src points at the object value.
- dst is the memory address where the object reference will be stored.
If another object was stored in
dst, it is released before being replaced by the new one.