共用方式為


bluetoothGetRadioInfo 函式 (bluetoothapis.h)

BluetoothGetRadioInfo 函式會取得藍牙無線電的相關信息。

語法

DWORD BluetoothGetRadioInfo(
  HANDLE                hRadio,
  PBLUETOOTH_RADIO_INFO pRadioInfo
);

參數

hRadio

本機藍牙無線電的句柄,呼叫 BluetoothFindFirstRadio 或類似函式,或 SetupDiEnumerateDeviceInterfances 函式取得。

pRadioInfo

BLUETOOTH_RADIO_INFO 結構的指標,將放置無線電的相關信息。 BLUETOOTH_RADIO_INFO 結構的 dwSize 成員必須符合 結構的大小。

傳回值

下表列出常見的傳回值。

傳回碼 Description
ERROR_SUCCESS
已成功擷取無線電資訊。
ERROR_INVALID_PARAMETER
hRadiopRadioInfo 參數為 NULL
ERROR_REVISION_MISMATCH
pRadioInfo 所指向之BLUETOOTH_RADIO_INFO結構的 dwSize 成員無效。

規格需求

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

另請參閱

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

GetLastError