BluetoothFindNextRadio
[DllImport("Irprops.dll", SetLastError = true)]
public static extern bool BluetoothFindNextRadio(
IntPtr hFind,
out IntPtr phRadio
);
Microsoft documentation: Link
Last updated
[DllImport("Irprops.dll", SetLastError = true)]
public static extern bool BluetoothFindNextRadio(
IntPtr hFind,
out IntPtr phRadio
);
Microsoft documentation: Link
Last updated