Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinDurango/WinDurango
/ QueryInterface
Method
QueryInterface
projects/WinDurango.D3D11X/src/IDXGIDevice.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
// IUnknown
6
//
7
template <abi_t ABI> HRESULT DXGIDevice2<ABI>::QueryInterface(REFIID riid, void **ppvObject)
8
{
9
IMPLEMENT_STUB();
10
return E_NOTIMPL;
11
}
12
13
template <abi_t ABI> ULONG DXGIDevice2<ABI>::AddRef()
14
{
Callers
1
GetAdapter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected