The CComQIPtr class is a COM interface that specifies the type of pointer to be stored. CComQIPtr supports automatic querying of interfaces though QueryInterface.
At a Glance
| Header file: | Atlbase.h |
| Windows CE versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
template< class T const IID* piid>
class CComQIPtr
See Also