예제 #1
0
        public static BLUETOOTH_RADIO_INFO Create()
        {
            BLUETOOTH_RADIO_INFO r = new BLUETOOTH_RADIO_INFO();

            r.dwSize = Marshal.SizeOf(r);
            return(r);
        }
예제 #2
0
 internal static extern int BluetoothGetRadioInfo(IntPtr hRadio, ref BLUETOOTH_RADIO_INFO pRadioInfo);