Searched refs:QueryInterface (Results 1 – 3 of 3) sorted by relevance
22 virtual HRESULT __stdcall QueryInterface(31 HRESULT __stdcall QueryInterface(Q **pp) { in QueryInterface() function32 return QueryInterface(__uuidof(Q), (void **)pp); in QueryInterface()
177 return vt.QueryInterface(self.client, byref(iface), byref(ptr))
389 if (S_OK == Table->QueryInterface(__uuidof(T), (void **)&Enumerator)) in getTableEnumerator()