Compartir a través de


PFN_AUTHENTICATION_CALLBACK_EX función de devolución de llamada (bluetoothapis.h)

La función PFN_AUTHENTICATION_CALLBACK_EX es un prototipo de función de devolución de llamada que se usa junto con la función BluetoothRegisterForAuthenticationEx .

Nota Esta estructura se admite en Windows Vista SP2 y Windows 7.
 

Sintaxis

PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;

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

Parámetros

[in, optional] pvParam

Opcional. Puntero de contexto pasado anteriormente a la función BluetoothRegisterForAuthentication .

[in] pAuthCallbackParams

Estructura BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS que contiene información de configuración de dispositivo y autenticación específica del dispositivo Bluetooth que responde a una solicitud de autenticación.

Valor devuelto

El sistema omite el valor devuelto de esta función.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio]
Servidor mínimo compatible No se admite ninguno
Plataforma de destino Windows
Encabezado bluetoothapis.h (incluya Bthsdpdef.h, BluetoothAPIs.h)

Consulte también

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK