I just need to show Radio Name in my program. In the VB6 sample code,
Dim Radios As BluetoothFrameworkX.BFBluetoothRadiosX
Set Radios = BFBluetoothDiscoveryX.EnumRadios
I don' t know how to define variable of type BFBluetoothRadiosX in C++. The activex wrapper code just has LPDISPATCH returned from EnumRadios.