[DllImport("irprops.dll", SetLastError=true)] static extern bool BluetoothIsConnectable(IntPtr hRadio);
<DllImport("irprops.cpl", setlasterror:=True)> _ Private Shared Function BluetoothIsConnectable(ByVal hRadio As IntPtr) As Integer End Function
Última actualización hace 1 año