MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / EnumerateCallback

Method EnumerateCallback

Source/DirectSound.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86BOOL 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
92void CDSound::EnumerateDevices()
93{

Callers 1

DSEnumCallbackMethod · 0.80

Calls 1

to_utf8Function · 0.85

Tested by

no test coverage detected