estructura BLUETOOTH_PIN_INFO (bluetoothapis.h)
La estructura de BLUETOOTH_PIN_INFO contiene información utilizada para la autenticación a través del PIN.
Sintaxis
typedef struct _BLUETOOTH_PIN_INFO {
UCHAR pin[BTH_MAX_PIN_SIZE];
UCHAR pinLength;
} BLUETOOTH_PIN_INFO, *PBLUETOOTH_PIN_INFO;
Miembros
pin[BTH_MAX_PIN_SIZE]
Pin usado para la autenticación.
pinLength
Longitud del pin.
Requisitos
Cliente mínimo compatible | Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | No se admite ninguno |
Encabezado | bluetoothapis.h (incluya Bthsdpdef.h, BluetoothAPIs.h) |