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

Method QueryInterface

projects/WinDurango.D3D11X/src/ID3D11View.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6// IUnknown
7//
8template <abi_t ABI> HRESULT D3D11View<ABI>::QueryInterface(REFIID riid, void **ppvObject)
9{
10 IMPLEMENT_STUB();
11 return E_NOTIMPL;
12}
13
14template <abi_t ABI> ULONG D3D11View<ABI>::AddRef()
15{

Callers 13

CreateDeviceMethod · 0.45
CreateSwapChainMethod · 0.45
UnwrapInterfaceFunction · 0.45
queryMethod · 0.45
query_dispatchMethod · 0.45
queryMethod · 0.45
GetWeakReferenceFunction · 0.45
is_agileFunction · 0.45
com_multi_queryFunction · 0.45
convert_from_abiFunction · 0.45
RunWhenCompleteActionFunction · 0.45
RunWhenCompleteFunction · 0.45

Calls 1

AddRefFunction · 0.85

Tested by

no test coverage detected