Hello Mike,
i use MS Bluetooth API on XP.
i want to show my dongle's device property dailog box in my applicatioon with is samilar with clicking property menu in the device manager.
i use it like this :
rundll32.exe devmgr.dll,DeviceProperties_RunDLL /MachineName "" /DeviceID "USB\VID_0A12&PID_0001\5&9CDC35E&0&1"
"USB\VID_0A12&PID_0001\5&9CDC35E&0&1" is my dongle's device id whick is found in the registory manually.
now i want to to get a dongle's device information through my application. Is there any method to get my dongle's device id like above in the Class TBFBluetoothRadio? or any method which can help my to achieve the function.
waiting your reply.