BLUETOOTH_ADDRESS_STRUCT structure (bluetoothapis.h)
La structure BLUETOOTH_ADDRESS fournit l’adresse d’un appareil Bluetooth.
Syntaxe
typedef struct _BLUETOOTH_ADDRESS {
union {
BTH_ADDR ullLong;
BYTE rgBytes[6];
};
} BLUETOOTH_ADDRESS_STRUCT;
Membres
ullLong
Adresse d’un appareil Bluetooth.
rgBytes[6]
Adresse d’un appareil Bluetooth, exprimée sous la forme d’un tableau d’octets.
Configuration requise
Client minimal pris en charge | Windows Vista, Windows XP avec SP2 [applications de bureau uniquement] |
Serveur minimal pris en charge | Aucun pris en charge |
En-tête | bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h) |