June 2007
Intermediate to advanced
624 pages
15h 14m
English
Age and treachery will overcome youth and skill. | ||
| --Fausto Coppi | ||
Stoke me a clipper, I’ll be back for Christmas! | ||
| --Arnold J. Rimmer, Red Dwarf | ||
The COM collection model represents collections with a loosely defined interface containing some or all of the following members: the methods Add(), Clear(), and Remove() and the properties Count and Item. (When expressed in C/C++, COM properties are prefixed with get_, e.g., get_Count().) The one mandatory member is _NewEnum, which returns an enumerator in the form of a COM enumerator interface (Section 28.3). Just for grins, _NewEnum may be either a method or a property. By convention COM collections provide enumerators with the IEnumVARIANT interface ...
Read now
Unlock full access