共用方式為


BluetoothFindNextRadio 函式 (bluetoothapis.h)

BluetoothFindNextRadio 函式會尋找下一個藍牙無線電。

語法

BOOL BluetoothFindNextRadio(
  [in]  HBLUETOOTH_RADIO_FIND hFind,
  [out] HANDLE                *phRadio
);

參數

[in] hFind

先前呼叫 BluetoothFindFirstRadio 函式所傳回的句柄。 當不再需要此句柄時,請使用 BluetoothFindRadioClose 關閉此句柄。

[out] phRadio

將傳回下一個列舉單選句柄的指標。 不再需要此句柄時,必須透過 CloseHandle 釋放此句柄。

傳回值

找到下一個可用的無線電時,傳回 TRUE

找不到新的無線電時,傳回 FALSE 。 如需錯誤的詳細資訊,請呼叫 GetLastError 函式。 下表描述常見的錯誤:

傳回碼 Description
ERROR_INVALID_HANDLE
句柄為 NULL
ERROR_NO_MORE_ITEMS
找不到更多無線電。
ERROR_OUTOFMEMORY
記憶體不足。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
程式庫 Bthprops.lib
Dll bthprops.cpl

另請參閱

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

GetLastError