MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / QueryInterface

Method QueryInterface

source/util/networkutils.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 std::function<void(U64 bytesCompleted)> f;
37
38 HRESULT __stdcall QueryInterface(const IID&, void**) override {
39 return E_NOINTERFACE;
40 }
41 ULONG STDMETHODCALLTYPE AddRef(void) override {
42 return 1;
43 }

Callers 15

SDL_WinRTInitXAMLAppFunction · 0.80
WASAPI_ActivateDeviceFunction · 0.80
UILess_GetUIElementFunction · 0.80
UILess_EnableUIUpdatesFunction · 0.80
UILess_DisableUIUpdatesFunction · 0.80
UILess_SetupSinksFunction · 0.80
UILess_ReleaseSinksFunction · 0.80
WINRT_GetGameBarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected