| 10 | } |
| 11 | |
| 12 | template <abi_t ABI> ULONG D3D11DMAEngineContextX<ABI>::AddRef() |
| 13 | { |
| 14 | return InterlockedIncrement(&this->m_RefCount); |
| 15 | } |
| 16 | |
| 17 | template <abi_t ABI> ULONG D3D11DMAEngineContextX<ABI>::Release() |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected