void GB.SubCollection.Add ( void * subcol , const char * key , long len , void * value )
Inserts an object in the sub-collection.
- subcol points at the sub-collection.
- key is the name of the inserted object.
- len is the length of the name.
- value points at the inserted object.