bluetoothenablediscovery (irprops)
Last changed: -171.159.64.10

.
Summary
Alters the discoverable state of a radio (or all radios)

C# Signature:

    [DllImportAttribute("irprops.cpl", EntryPoint="BluetoothEnableDiscovery", SetLastError=true)]
    [return: MarshalAsAttribute(UnmanagedType.Bool)]
    public static extern  bool BluetoothEnableDiscovery(
    IntPtr hRadio,
    [MarshalAsAttribute(UnmanagedType.Bool)] bool fEnabled)

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

TODO

Notes:

XP SP1 required.

See the BluetoothAPIs.h file in the platform SDK.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation