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

Method AddRef

projects/WinDurango.D3D11X/src/IDXGIAdapter.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26template <abi_t ABI> ULONG DXGIAdapter1<ABI>::AddRef()
27{
28 m_pFunction->AddRef();
29 return InterlockedIncrement(&this->m_RefCount);
30}
31
32template <abi_t ABI> ULONG DXGIAdapter1<ABI>::Release()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected