void GB.SubCollection.New ( GB_SUBCOLLECTION * subcol , GB_SUBCOLLECTION_DESC * desc , void * container)
Creates a new collection of sub-objects.
- subcol is a pointer to a variable that will receives the handle to the GB_SUBCOLLECTION object.
- desc must points at a structure that describes the collection.
See GB_SUBCOLLECTION_DESC for more details.
- container is the object that will own the collection.