| 14 | } |
| 15 | |
| 16 | ULONG __stdcall MMDeviceEnumeratorWrapper::AddRef(void) |
| 17 | { |
| 18 | m_realEnumerator->AddRef(); |
| 19 | return InterlockedIncrement(&m_RefCount); |
| 20 | } |
| 21 | |
| 22 | ULONG __stdcall MMDeviceEnumeratorWrapper::Release(void) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected