Пример #1
0
        static public UInt32 Unpair(UInt64 Address)
        {
            BLUETOOTH_ADDRESS Addr = new BLUETOOTH_ADDRESS();

            Addr.ullLong = Address;
            UInt32 result = BluetoothRemoveDevice(ref Addr);

            return(result);            //https://msdn.microsoft.com/en-us/library/cc231199.aspx?f=255&MSPPError=-2147217396
        }
Пример #2
0
 public extern static UInt32 MyBluetoothRemoveDevice(ref BLUETOOTH_ADDRESS address);
Пример #3
0
 static extern uint BluetoothRemoveDevice(ref BLUETOOTH_ADDRESS Address);
Пример #4
0
 static extern UInt32 BluetoothRemoveDevice([param: In, Out] ref BLUETOOTH_ADDRESS pAddress);
Пример #5
0
 static extern uint BluetoothRemoveDevice(ref BLUETOOTH_ADDRESS Address);