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 포함) |