Chapter 8.
Collections and Enumerators
Many COM libraries are
exposed as sets of objects known as object models. A COM object model is a parent
object that holds a set of child objects. COM collections and
enumerators are the glue that holds the parent and the children
together. This chapter examines COM collections and enumerators and
how they work together to build object models.
|