Interface Pointers
The following classes manage a given interface pointer:
CComPtr
Performs automatic reference counting.
CComQIPtr
Similar to
CComPtr
, but also performs automatic querying of interfaces.
ATL Class Overview