BLUETOOTH_PASSKEY_INFO struttura (bluetoothapis.h)

La struttura BLUETOOTH_PASSKEY_INFO contiene un valore passkey usato per l'autenticazione. Una passkey è simile a una password, ad eccezione del fatto che un valore passkey viene usato solo una volta per l'autenticazione.

Sintassi

typedef struct _BLUETOOTH_PASSKEY_INFO {
  ULONG passkey;
} BLUETOOTH_PASSKEY_INFO, *PBLUETOOTH_PASSKEY_INFO;

Members

passkey

Passkey usato per l'autenticazione.

Requisiti

Requisito Valore
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_METHODS

BluetoothAuthenticateDevice

BluetoothAuthenticateDeviceEx