MCPcopy Create free account
hub / github.com/crosire/reshade / QueryInterface

Method QueryInterface

source/com_utils.hpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void **) override
71 {
72 return E_NOINTERFACE;
73 }
74
75 private:
76 ULONG _ref;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected