Searched refs:QueryTag (Results 1 – 1 of 1) sorted by relevance
44 enum QueryTag { Query }; enum54 COMPtr(QueryTag, IUnknown* ptr) : m_ptr(copyQueryInterfaceRef(ptr)) { } in COMPtr() argument55 …template <typename U> COMPtr(QueryTag, const COMPtr<U>& ptr) : m_ptr(copyQueryInterfaceRef(ptr.get… in COMPtr() argument