VirtualBox

Ignore:
Timestamp:
Oct 6, 2021 4:26:49 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147316
Message:

Audio/Validation Kit: Implemented setting the system's master volume to 100% on Windows. ​​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r91597 r91598  
    156156
    157157    hr = CoInitialize(NULL);
     158    WASAPI_CHECK_HR_RET(("CoInitialize() failed, hr=%Rhrc", hr));
    158159    IMMDeviceEnumerator* pIEnumerator = NULL;
    159160    hr = CoCreateInstance(__uuidof(MMDeviceEnumerator), NULL, CLSCTX_ALL, __uuidof(IMMDeviceEnumerator), (void **)&pIEnumerator);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette