[DllImportAttribute("irprops.cpl", EntryPoint="BluetoothEnableDiscovery", SetLastError=true)]
[return: MarshalAsAttribute(UnmanagedType.Bool)]
public static extern bool BluetoothEnableDiscovery(
IntPtr hRadio,
[MarshalAsAttribute(UnmanagedType.Bool)] bool fEnabled)
<DllImport("irprops.cpl", setlasterror:=True)> _
Private Shared Function BluetoothEnableDiscovery( _
ByVal hRadio As IntPtr, _
ByVal enable As Integer) As Integer
End Function
None.
TODO
XP SP1 required.
See the BluetoothAPIs.h file in the platform SDK.
Please add some!
Please add some!