_com_ptr_t

Microsoft and C++ Specific

One of the compiler COM support classes declared in COMDEF.H. It encapsulates COM interface pointers, and automates the required calls to AddRef, Release, and QueryInterface. See the Compiler COM Support Classes for more information.

END Microsoft and C++ Specific