BluetoothFindDeviceClose (irprops)
Last changed: -130.225.51.45

.
Summary
closes an enumeration handle associated with a device query.

C# Signature:

[DllImport("irprops.cpl", SetLastError=true)]
static extern bool BluetoothFindDeviceClose(IntPtr hFind);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

http://32feet.net/

Notes:

XP SP1 required.

Tips & Tricks:

Install the platform SDK for the help files and the BluetoothAPIs.h file.

Sample Code:

Please add some!

Documentation