Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.07 KB

interface-pointers-classes.md

File metadata and controls

25 lines (17 loc) · 1.07 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: Interface Pointers Classes
Interface Pointers Classes (ATL)
11/04/2016
reference
pointers, to interfaces
interfaces, pointers classes
interface pointers classes
712617a1-17ae-4b5c-a32c-a48b758df7a6

Interface Pointers Classes

The following classes manage a given interface pointer:

  • CComPtr Performs automatic reference counting.

  • CComQIPtr Similar to CComPtr, but also performs automatic querying of interfaces.

  • CInterfaceArray Provides methods useful when constructing an array of COM interface pointers.

  • CInterfaceList Provides methods useful when constructing a list of COM interface pointers.

  • CComGITPtr Provides methods for dealing with interface pointers and the global interface table (GIT).

See also

Class Overview