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 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | サポートなし |
Header | bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む) |