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

Method AddRef

projects/WinDurango.KernelX/src/MMDeviceEnumerator.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16ULONG __stdcall MMDeviceEnumeratorWrapper::AddRef(void)
17{
18 m_realEnumerator->AddRef();
19 return InterlockedIncrement(&m_RefCount);
20}
21
22ULONG __stdcall MMDeviceEnumeratorWrapper::Release(void)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected