BluetoothFindRadioClose (irprops)
Last changed: jo0ls-82.40.180.179

.
Summary
The BluetoothFindRadioClose function closes the enumeration handle associated with finding Bluetooth radios.

C# Signature:

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

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

http://32feet.net/

Notes:

XP SP1 required.

See the platform SDK.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation