| 24 | } |
| 25 | |
| 26 | template <abi_t ABI> ULONG DXGIAdapter1<ABI>::AddRef() |
| 27 | { |
| 28 | m_pFunction->AddRef(); |
| 29 | return InterlockedIncrement(&this->m_RefCount); |
| 30 | } |
| 31 | |
| 32 | template <abi_t ABI> ULONG DXGIAdapter1<ABI>::Release() |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected