共用方式為


PFN_AUTHENTICATION_CALLBACK_EX bluetoothapis.h (回呼函式)

PFN_AUTHENTICATION_CALLBACK_EX函式是與 BluetoothRegisterForAuthenticationEx 函式搭配使用的回呼函式原型。

注意 Windows Vista SP2 和 Windows 7 支援此結構。
 

語法

PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;

BOOL PfnAuthenticationCallbackEx(
  [in, optional] LPVOID pvParam,
  [in]           PBLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS pAuthCallbackParams
)
{...}

參數

[in, optional] pvParam

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

[in] pAuthCallbackParams

BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS結構,其中包含藍牙裝置響應驗證要求的特定裝置和驗證組態資訊。

傳回值

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

規格需求

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

另請參閱

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK