VirtualBox

儲存庫 vbox 的更動 88628


忽略:
時間撮記:
2021-4-21 上午10:37:57 (4 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
143931
訊息:

DrvHostAudioDSoundMMNotifClient.h: Removed three functions not part of the IMMNotificationClient interface and made the inheritance public. bugref:9890

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.h

    r88361 r88628  
    3939
    4040
    41 class DrvHostAudioDSoundMMNotifClient : IMMNotificationClient
     41class DrvHostAudioDSoundMMNotifClient : public IMMNotificationClient
    4242{
    4343public:
     
    7878    IFACEMETHODIMP OnDefaultDeviceChanged(EDataFlow flow, ERole role, LPCWSTR pwstrDefaultDeviceId);
    7979    IFACEMETHODIMP OnPropertyValueChanged(LPCWSTR /*pwstrDeviceId*/, const PROPERTYKEY /*key*/) { return S_OK; }
    80     IFACEMETHODIMP OnDeviceQueryRemove() { return S_OK; }
    81     IFACEMETHODIMP OnDeviceQueryRemoveFailed() { return S_OK; }
    82     IFACEMETHODIMP OnDeviceRemovePending() { return S_OK; }
    8380    /** @} */
    8481
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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