Vista/Win7 Delphi Audio device information - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T16:02:24Zhttp://stackoverflow.com/feeds/question/1075484http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1075484/vista-win7-delphi-audio-device-information3Vista/Win7 Delphi Audio device informationAndy2009-07-02T16:48:33Z2009-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#10761764Answer by Mark Heath for Vista/Win7 Delphi Audio device informationMark Heath2009-07-02T19:13:55Z2009-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>