| 84 | } |
| 85 | |
| 86 | BOOL CDSound::EnumerateCallback(LPGUID lpGuid, LPCWSTR lpcstrDescription, LPCWSTR lpcstrModule) // // // |
| 87 | { |
| 88 | devices_.emplace_back(conv::to_utf8(lpcstrDescription), lpGuid ? *lpGuid : GUID { }); |
| 89 | return TRUE; |
| 90 | } |
| 91 | |
| 92 | void CDSound::EnumerateDevices() |
| 93 | { |
no test coverage detected