BLUETOOTH_PIN_INFO struttura (bluetoothapis.h)

La struttura BLUETOOTH_PIN_INFO contiene informazioni usate per l'autenticazione tramite PIN.

Sintassi

typedef struct _BLUETOOTH_PIN_INFO {
  UCHAR pin[BTH_MAX_PIN_SIZE];
  UCHAR pinLength;
} BLUETOOTH_PIN_INFO, *PBLUETOOTH_PIN_INFO;

Members

pin[BTH_MAX_PIN_SIZE]

PIN usato per l'autenticazione.

pinLength

Lunghezza del pin.

Requisiti

   
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Nessuno supportato
Intestazione bluetoothapis.h (includere Bthsdpdef.h, BluetoothAPIs.h)

Vedi anche

BLUETOOTH_AUTHENTICATION_METHOD