Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUIApplication.cpp199 LeashUIApplication::QueryInterface(REFIID iid, void **ppv) in QueryInterface() function in LeashUIApplication
240 ret = view->QueryInterface(IID_PPV_ARGS(&ribbon)); in OnViewChanged()
249 ret = view->QueryInterface(IID_PPV_ARGS(&ribbon)); in OnViewChanged()
276 return this->commandHandler->QueryInterface(IID_PPV_ARGS(commandHandler)); in OnCreateUICommand()
H A DLeashUICommandHandler.h55 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
H A DLeashUIApplication.h62 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
H A DLeashUICommandHandler.cpp83 LeashUICommandHandler::QueryInterface(REFIID iid, void **ppv) in QueryInterface() function in LeashUICommandHandler
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp80 STDMETHODIMP QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() function in DynEnumString
531 hRes = pac->QueryInterface(IID_IAutoCompleteDropDown, (LPVOID*)&pacdd); in InitAutocomplete()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp389 if (S_OK == Table->QueryInterface(__uuidof(T), (void **)&Enumerator)) in getTableEnumerator()
/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c784 events->sink_vtbl.QueryInterface = ndis_events_query_interface; in ndis_events_init()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3426 .QueryInterface = asaQueryInterface,