[DllImport("irprops.cpl", SetLastError=true)]
private static extern bool BluetoothFindRadioClose(ref IntPtr hFind);
<DllImport("irprops.cpl", setlasterror:=True)> _
Private Shared Function BluetoothFindRadioClose(ByVal hFind As IntPtr) As Integer
End Function