CInterfaceList Class
This class provides methods useful when constructing a list of COM interface pointers.
template<
class I,
const IID* piid = & __uuidof( I )
>
class CInterfaceList : public CAtlList<
ATL::CComQIPtr< I, piid >,
CComQIPtrElementTraits< I, piid >
>
Параметры
I
A COM interface specifying the type of pointer to be stored.piid
A pointer to the IID of I.
Заметки
This class provides a constructor and derived methods for creating a list of COM interface pointers. Use CInterfaceArray when an array is required.
For more information, see ATL Collection Classes.
Требования
Header: atlcoll.h