IPtr Class
class IPtr
An IPtr encapsulates pointers to interfaces that support the IRefCount interface and automatically performs reference counting on the object.Defined in: CppIface.h
Class Template Arguments
element
The class of objects that the interface pointer can reference. This class must support the IRefCount interface.