BLUETOOTH_PIN_INFO結構 (bluetoothapis.h)

BLUETOOTH_PIN_INFO結構包含透過 PIN 驗證所使用的資訊。

語法

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

成員

pin[BTH_MAX_PIN_SIZE]

用於驗證的 PIN。

pinLength

針腳的長度。

規格需求

   
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)

另請參閱

BLUETOOTH_AUTHENTICATION_METHOD