MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / QueryInterface

Method QueryInterface

projects/WinDurango.D3D11X/src/IDXGIFactory.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// IUnknown
14//
15template <abi_t ABI> HRESULT DXGIFactory2<ABI>::QueryInterface(REFIID riid, void **ppvObject)
16{
17 IMPLEMENT_STUB();
18 return E_NOTIMPL;
19}
20
21template <abi_t ABI> ULONG DXGIFactory2<ABI>::AddRef()
22{

Callers 2

CreateSwapChainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected