BluetoothEnableDiscovery (irprops)
Last changed: -171.159.64.10

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

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

User-Defined Types:

None.

Alternative Managed API:

http://32feet.net/

Notes:

XP SP1 required.

See the BluetoothAPIs.h file in the platform SDK.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation