bluetoothapis.h) (BLUETOOTH_PIN_INFO 结构
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) |