BluetoothEnableDiscovery

C# Signature:

[DllImport("irprops.cpl", SetLastError=true)]
static extern TODO BluetoothEnableDiscovery(TODO);

VB Signature:

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

Última actualización