estrutura BLUETOOTH_PIN_INFO (bluetoothapis.h)
A estrutura BLUETOOTH_PIN_INFO contém informações usadas para autenticação via PIN.
Sintaxe
typedef struct _BLUETOOTH_PIN_INFO {
UCHAR pin[BTH_MAX_PIN_SIZE];
UCHAR pinLength;
} BLUETOOTH_PIN_INFO, *PBLUETOOTH_PIN_INFO;
Membros
pin[BTH_MAX_PIN_SIZE]
O PIN usado para autenticação.
pinLength
O comprimento do pino.
Requisitos
Cliente mínimo com suporte | Windows Vista, Windows XP com SP2 [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Nenhum compatível |
Cabeçalho | bluetoothapis.h (inclua Bthsdpdef.h, BluetoothAPIs.h) |