共用方式為


PFN_AUTHENTICATION_CALLBACK bluetoothapis.h (回呼函式)

PFN_AUTHENTICATION_CALLBACK函式是與 BluetoothRegisterForAuthentication 函式搭配使用的回呼函式原型。

注意 針對 Windows Vista SP2 和 Windows 7 進行開發時,建議使用 PFN_AUTHENTICATION_CALLBACK_EX
 

語法

PFN_AUTHENTICATION_CALLBACK PfnAuthenticationCallback;

BOOL PfnAuthenticationCallback(
  LPVOID pvParam,
  PBLUETOOTH_DEVICE_INFO pDevice
)
{...}

參數

pvParam

選擇性。 先前傳遞至 BluetoothRegisterForAuthentication 函式的內容指標。

pDevice

要求驗證的遠端藍牙裝置。 遠端位址是用來在先前呼叫 BluetoothRegisterForAuthentication 函式期間註冊回呼的相同位址。

傳回值

系統會忽略此函式的傳回值。

備註

呼叫端可以使用相同的回呼函式註冊多個位址。

規格需求

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

另請參閱

BluetoothRegisterForAuthentication