Changeset 91598 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 6, 2021 4:26:49 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147316
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91597 r91598 156 156 157 157 hr = CoInitialize(NULL); 158 WASAPI_CHECK_HR_RET(("CoInitialize() failed, hr=%Rhrc", hr)); 158 159 IMMDeviceEnumerator* pIEnumerator = NULL; 159 160 hr = CoCreateInstance(__uuidof(MMDeviceEnumerator), NULL, CLSCTX_ALL, __uuidof(IMMDeviceEnumerator), (void **)&pIEnumerator);
Note:
See TracChangeset
for help on using the changeset viewer.