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

Method AddRef

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

Source from the content-addressed store, hash-verified

10}
11
12template <abi_t ABI> ULONG D3D11DMAEngineContextX<ABI>::AddRef()
13{
14 return InterlockedIncrement(&this->m_RefCount);
15}
16
17template <abi_t ABI> ULONG D3D11DMAEngineContextX<ABI>::Release()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected