Vista / Win7 Delphi Audio Information

Is there a way to get all the names of audio devices with delphi (D2009) in Vista or Win 7, I managed to get the number of devices and get the PropertyStore device using IMMDevice, but I could not move forward: |

Thanks a lot!

+4
source share
1 answer

request PropertyStorefor PKEY_DeviceInterface_FriendlyName(look at the Windows SDK to get the value)

+5
source

All Articles