Share via


BLUETOOTH_PIN_INFO-Struktur (bluetoothapis.h)

Die BLUETOOTH_PIN_INFO-Struktur enthält Informationen, die für die Authentifizierung per PIN verwendet werden.

Syntax

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

Member

pin[BTH_MAX_PIN_SIZE]

Die für die Authentifizierung verwendete PIN.

pinLength

Die Länge des Stifts.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Weitere Informationen

BLUETOOTH_AUTHENTICATION_METHOD