Desktop Functions: Smart Device Functions:
|
Search Results for "BluetoothFindFirstRadio" in [All]avifil32
private static extern IntPtr BluetoothFindFirstRadio(ref BluetoothFindRadioParams pbtfrp, out IntPtr phRadio);
Declare Function BluetoothFindFirstRadio Lib "avifil32.dll" (TODO) As TODO irprops
static extern IntPtr BluetoothFindFirstRadio(ref Bluetooth_Find_Radio_Params pbtfrp,out IntPtr phRadio );
Private Shared Function BluetoothFindFirstRadio( _
nextRadio = BluetoothFindFirstRadio(ref parameters, out firstRadio);
static extern IntPtr BluetoothFindFirstRadio(ref BLUETOOTH_FIND_RADIO_PARAM pbtfrp, out IntPtr phRadio); |