Vista/Win7 Delphi Audio device information - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T16:02:24Z http://stackoverflow.com/feeds/question/1075484 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1075484/vista-win7-delphi-audio-device-information 3 Vista/Win7 Delphi Audio device information Andy 2009-07-02T16:48:33Z 2009-07-02T19:13:55Z <p>Hi guys, is there a way to get all Audio device names with delphi(D2009) on Vista or Win 7, I managed to get the number of devices, and to get the device PropertyStore using IMMDevice, but I wasnt able to go forward :|</p> <p>Thanks a lot !</p> http://stackoverflow.com/questions/1075484/vista-win7-delphi-audio-device-information/1076176#1076176 4 Answer by Mark Heath for Vista/Win7 Delphi Audio device information Mark Heath 2009-07-02T19:13:55Z 2009-07-02T19:13:55Z <p>ask the <code>PropertyStore</code> for the <a href="http://msdn.microsoft.com/en-us/library/dd316587%28VS.85%29.aspx" rel="nofollow"><code>PKEY_DeviceInterface_FriendlyName</code></a> (look at Windows SDK to get the value)</p>