bluetoothapis.h (PFN_AUTHENTICATION_CALLBACK 回调函数)
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) |