BluetoothFindRadioClose

C# Signature:

[DllImport("irprops.cpl", SetLastError=true)]
private static extern bool BluetoothFindRadioClose(ref IntPtr hFind);

VB Signature:

<DllImport("irprops.cpl", setlasterror:=True)> _
    Private Shared Function BluetoothFindRadioClose(ByVal hFind As IntPtr) As Integer
    End Function

Última actualización