Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides methods useful when constructing an array of COM interface pointers.
template<
class I,
const IID* piid = & __uuidof( I )
>
class CInterfaceArray : public CAtlArray<
ATL::CComQIPtr< I, piid >,
CComQIPtrElementTraits< I, piid >
>
Parameters
I
A COM interface specifying the type of pointer to be stored.piid
A pointer to the IID of I.
Remarks
This class provides a constructor and derived methods for creating an array of COM interface pointers. Use CInterfaceList when a list is required.
For more information, see ATL Collection Classes.
Requirements
Header: atlcoll.h