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