BluetoothIsConnectable (irprops)
Last changed: jo0ls-82.40.180.179

.
Summary
Determines wether a radio accepts incoming connections.

C# Signature:

[DllImport("irprops.dll", SetLastError=true)]
static extern bool BluetoothIsConnectable(IntPtr hRadio);

VB Signature:

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