BLUETOOTH_PIN_INFO structure (bluetoothapis.h)
La structure BLUETOOTH_PIN_INFO contient des informations utilisées pour l’authentification via un code confidentiel.
Syntaxe
typedef struct _BLUETOOTH_PIN_INFO {
UCHAR pin[BTH_MAX_PIN_SIZE];
UCHAR pinLength;
} BLUETOOTH_PIN_INFO, *PBLUETOOTH_PIN_INFO;
Membres
pin[BTH_MAX_PIN_SIZE]
Code confidentiel utilisé pour l’authentification.
pinLength
Longueur de la broche.
Configuration requise
Client minimal pris en charge | Windows Vista, Windows XP avec SP2 [applications de bureau uniquement] |
Serveur minimal pris en charge | Aucun pris en charge |
En-tête | bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h) |