--- description: "Learn more about: Interface Pointers Classes" title: "Interface Pointers Classes (ATL)" ms.date: "11/04/2016" ms.topic: "reference" helpviewer_keywords: ["pointers, to interfaces", "interfaces, pointers classes", "interface pointers classes"] ms.assetid: 712617a1-17ae-4b5c-a32c-a48b758df7a6 --- # Interface Pointers Classes The following classes manage a given interface pointer: - [CComPtr](../atl/reference/ccomptr-class.md) Performs automatic reference counting. - [CComQIPtr](../atl/reference/ccomqiptr-class.md) Similar to `CComPtr`, but also performs automatic querying of interfaces. - [CInterfaceArray](../atl/reference/cinterfacearray-class.md) Provides methods useful when constructing an array of COM interface pointers. - [CInterfaceList](../atl/reference/cinterfacelist-class.md) Provides methods useful when constructing a list of COM interface pointers. - [CComGITPtr](../atl/reference/ccomgitptr-class.md) Provides methods for dealing with interface pointers and the global interface table (GIT). ## See also [Class Overview](../atl/atl-class-overview.md)