Author Topic: BTFx 5.2 and samples for C++ and VB  (Read 4446 times)

Offline Mahommad

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #15 on: February 26, 2009, 02:09:27 PM »
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.