Exemplo n.º 1
0
        public static BLUETOOTH_FIND_RADIO_PARAMS Create()
        {
            BLUETOOTH_FIND_RADIO_PARAMS p = new BLUETOOTH_FIND_RADIO_PARAMS();

            p.dwSize = Marshal.SizeOf(p);
            return(p);
        }
Exemplo n.º 2
0
 internal static extern IntPtr BluetoothFindFirstRadio(ref BLUETOOTH_FIND_RADIO_PARAMS pbtfrp, out IntPtr phRadio);