PFN_AUTHENTICATION_CALLBACK_EX fonction de rappel (bluetoothapis.h)
La fonction PFN_AUTHENTICATION_CALLBACK_EX est un prototype de fonction de rappel utilisé conjointement avec la fonction BluetoothRegisterForAuthenticationEx .
Syntaxe
PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;
BOOL PfnAuthenticationCallbackEx(
[in, optional] LPVOID pvParam,
[in] PBLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS pAuthCallbackParams
)
{...}
Paramètres
[in, optional] pvParam
Facultatif. Pointeur de contexte précédemment passé à la fonction BluetoothRegisterForAuthentication .
[in] pAuthCallbackParams
Structure de BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS qui contient des informations de configuration d’appareil et d’authentification spécifiques à l’appareil Bluetooth répondant à une demande d’authentification.
Valeur retournée
La valeur de retour de cette fonction est ignorée par le système.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista, Windows XP avec SP2 [applications de bureau uniquement] |
Serveur minimal pris en charge | Aucun pris en charge |
Plateforme cible | Windows |
En-tête | bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h) |