CInterfaceArray Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CInterfaceArray Class.
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.
Public Constructors
| Name | Description |
|---|---|
| CInterfaceArray::CInterfaceArray | The constructor for the interface array. |
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.
CAtlArray
CInterfaceArray
Header: atlcoll.h
The constructor.
CInterfaceArray() throw();
Remarks
Initializes the smart pointer array.
CAtlArray Class
CComQIPtr Class
CComQIPtrElementTraits Class
Class Overview
Show: