PFN_AUTHENTICATION_CALLBACK fonction de rappel (bluetoothapis.h)
La fonction PFN_AUTHENTICATION_CALLBACK est un prototype de fonction de rappel utilisé conjointement avec la fonction BluetoothRegisterForAuthentication .
Syntaxe
PFN_AUTHENTICATION_CALLBACK PfnAuthenticationCallback;
BOOL PfnAuthenticationCallback(
LPVOID pvParam,
PBLUETOOTH_DEVICE_INFO pDevice
)
{...}
Paramètres
pvParam
Facultatif. Pointeur de contexte précédemment passé à la fonction BluetoothRegisterForAuthentication .
pDevice
Un appareil Bluetooth distant demandant l’authentification. L’adresse distante est la même adresse que celle utilisée pour inscrire le rappel lors de l’appel précédent à la fonction BluetoothRegisterForAuthentication .
Valeur retournée
La valeur de retour de cette fonction est ignorée par le système.
Remarques
Un appelant peut s’inscrire à plusieurs adresses avec la même fonction de rappel.
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) |