bluetoothenableincomingconnections (irprops)
Last changed: -130.225.51.45

.
Summary
modifies whether a local Bluetooth radio accepts incoming connections.

C# Signature:

[DllImport("irprops.cpl", SetLastError=true)]
static extern bool BluetoothEnableIncomingConnections(IntPtr hRadio,bool fEnabled);

VB Signature:

    <DllImport("irprops.cpl", setlasterror:=True)> _
    Private Shared Function BluetoothEnableIncomingConnections( _
    ByVal hRadio As IntPtr, _
    ByVal enable As Boolean) 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