xenolightning / AudioSwitcher

.NET Library which facilitates interacting with Audio Devices on Windows
Microsoft Public License
248 stars 53 forks source link

Windows 10 build 10586.11 "Threshold 2 1511"- IPolicyConfig GUID change #18

Closed anna254 closed 8 years ago

anna254 commented 8 years ago

I am wondering how you find out the internal GUID. Which tools are you using?

Best regards Anna

xenolightning commented 8 years ago

I've pulled it from other open source projects up until now.

The quick fix is to use the IUnkown Guid as the interface signature still remains the same.

The GUID has been update in the AudioSession branch, which isn't far away from a Pull & Merge into master.

xenolightning commented 8 years ago

Fixed with https://github.com/xenolightning/AudioSwitcher/pull/19